add_contact_form > master #3
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
<form class="contact-form" method="get" action="mailto:{{.Get "email"}}">
|
<form class="contact-form" method="get" action="mailto:{{.Get "email"}}">
|
||||||
<input name=subject id=subject placeholder="Votre Sujet"/>
|
<input name=subject id=subject placeholder="Votre Sujet"/>
|
||||||
<textarea name=body id=body placeholder="Votre Message"/>
|
<textarea name=body id=body placeholder="Votre Message">
|
||||||
</textarea>
|
</textarea>
|
||||||
<button type=submit>Envoyer</button>
|
<button type=submit>Envoyer</button>
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in a new issue