add_contact_form > master #3

Open
gzod01 wants to merge 12 commits from temporar-branch-contactform into master
Showing only changes of commit e661406b27 - Show all commits

View file

@ -1,6 +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 name=body id=body placeholder="Votre Message">
</textarea>
<button type=submit>Envoyer</button>
</form>