edit contact form shortcode and add it to contact page
This commit is contained in:
parent
0c20c9f6e6
commit
a03359d5f3
2 changed files with 4 additions and 1 deletions
|
@ -7,6 +7,7 @@ Contactez Damien Deplanque et Bruno Edouard Hagron par différents moyens.
|
|||
## Par courrier électronique
|
||||
|
||||
Écrivez nous vos remarques, questions ou témoignages à l'adresse e-mail [contact@etoiledebethleem.fr](mailto:contact@etoiledebethleem.fr)
|
||||
{{<contactform email=contact@etoiledebethleem.fr >}}
|
||||
|
||||
## Par voie postale
|
||||
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
<form class="contact-form" method="get" action={{ .GET "action" }}>
|
||||
<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>
|
||||
<button type=submit>Envoyer</button>
|
||||
</form>
|
||||
|
||||
|
|
Loading…
Reference in a new issue