website/layouts/shortcodes/contactform.html

7 lines
259 B
HTML
Raw Permalink Normal View History

<form class="contact-form" method="get" action="mailto:{{.Get "email"}}">
2023-05-27 10:30:30 +00:00
<input name=subject id=subject placeholder="Votre Sujet"/>
<textarea name=body id=body placeholder="Votre Message"></textarea>
2023-05-27 10:30:30 +00:00
<button type=submit>Envoyer</button>
</form>