Mise à jour de 'layouts/shortcodes/contactform.html'
This commit is contained in:
parent
e661406b27
commit
aee1dca742
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
<form class="contact-form" method="get" action="mailto:{{.Get "email"}}">
|
||||
<input name=subject id=subject placeholder="Votre Sujet"/>
|
||||
<textarea name=body id=body placeholder="Votre Message">
|
||||
</textarea>
|
||||
<textarea name=body id=body placeholder="Votre Message"></textarea>
|
||||
<button type=submit>Envoyer</button>
|
||||
</form>
|
||||
|
||||
|
|
Loading…
Reference in a new issue