website/layouts/shortcodes/contactform.html

6 lines
242 B
HTML
Raw Normal View History

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