Kontaktformular: Formsubmit.co statt mailto
- Sicheres HTTPS-Formular, keine Browser-Warnung mehr - Nachrichten kommen direkt an tom@mischlabs.de - Spam-Schutz (Honeypot-Feld) - Redirect zurueck zur Website nach Absenden Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
11
index.html
11
index.html
@@ -84,16 +84,19 @@ layout: default
|
||||
<div>
|
||||
<section>
|
||||
<h2>Kontakt</h2>
|
||||
<form method="post" action="mailto:tom@mischlabs.de" enctype="text/plain">
|
||||
<form method="POST" action="https://formsubmit.co/tom@mischlabs.de">
|
||||
<input type="hidden" name="_subject" value="Neue Nachricht von Mischkomposition">
|
||||
<input type="hidden" name="_next" value="https://tom.mischlabs.de">
|
||||
<input type="text" name="_honey" style="display:none">
|
||||
<div class="fields">
|
||||
<div class="field half">
|
||||
<input type="text" name="name" id="name" placeholder="Name" />
|
||||
<input type="text" name="name" id="name" placeholder="Name" required />
|
||||
</div>
|
||||
<div class="field half">
|
||||
<input type="text" name="email" id="email" placeholder="Email" />
|
||||
<input type="email" name="email" id="email" placeholder="Email" required />
|
||||
</div>
|
||||
<div class="field">
|
||||
<textarea name="message" id="message" rows="4" placeholder="Message"></textarea>
|
||||
<textarea name="message" id="message" rows="4" placeholder="Nachricht"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
<ul class="actions">
|
||||
|
||||
Reference in New Issue
Block a user