add contact form shortcode

This commit is contained in:
Gzod01 2023-05-27 12:30:30 +02:00
parent 9c65550605
commit 0c20c9f6e6

View file

@ -0,0 +1,5 @@
<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>