fix(kontakt): replace simulated form submit with mailto: link
- Generate mailto: link with all form data on submit - Opens user's email client with pre-filled email to mki@kies-media.de - Subject includes interest type, body contains all form fields - Update success message to reflect email client behavior - Remove fake setTimeout simulation Fix #15
This commit is contained in:
@@ -527,7 +527,7 @@
|
||||
<div class="form-success" id="formSuccess">
|
||||
<p>Vielen Dank für Ihre Anfrage!</p>
|
||||
<br />
|
||||
<small>Wir melden uns schnellstmöglich bei Ihnen.</small>
|
||||
<small>Ihr E-Mail-Programm wurde geöffnet. Bitte senden Sie die E-Mail ab, damit Ihre Anfrage bei uns eingeht.</small>
|
||||
</div>
|
||||
</div>
|
||||
<div class="contact-details">
|
||||
|
||||
Reference in New Issue
Block a user