add contact form shortcode
This commit is contained in:
parent
9c65550605
commit
0c20c9f6e6
1 changed files with 5 additions and 0 deletions
5
layouts/shortcodes/contactform.html
Normal file
5
layouts/shortcodes/contactform.html
Normal 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>
|
Loading…
Reference in a new issue