Kontaktformular
All checks were successful
Building & Deploying Website / Deploy-Website (push) Successful in 22s
All checks were successful
Building & Deploying Website / Deploy-Website (push) Successful in 22s
This commit is contained in:
@@ -4,4 +4,24 @@ showDate: false
|
||||
showPagination: false
|
||||
---
|
||||
|
||||
Bei jeglichen Fragen oder Anregungen, schreib uns gerne eine Mail an [info@mv-molbergen.de](mailto:info@mv-molbergen.de)
|
||||
<link rel="stylesheet" href="/css/custom.css">
|
||||
|
||||
<div class="contact-form-container">
|
||||
<form class="contact-form" target="_blank" action="https://formsubmit.co/4262db68001290e74415018e5132685b" method="POST">
|
||||
<div class="form-row-two-col">
|
||||
<div class="form-group">
|
||||
<input type="text" name="name" class="form-input" placeholder="Name" required>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<input type="email" name="email" class="form-input" placeholder="E-Mail Addresse" required>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<textarea placeholder="Nachricht" class="form-textarea" name="message" required></textarea>
|
||||
<input type="hidden" name="_subject" value="Neuer Eintrag MVM Kontaktformular">
|
||||
<input type="text" name="_honey" style="display:none">
|
||||
<input type="hidden" name="_autoresponse" value="Ihre Nachricht wurde erfolgreich verschickt.">
|
||||
</div>
|
||||
<button type="submit" class="submit-button">Absenden</button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user