|
|
|
@ -16,14 +16,8 @@ Compteur de lettres envoyées:
@@ -16,14 +16,8 @@ Compteur de lettres envoyées:
|
|
|
|
|
Tu veux recevoir ton courrier? |
|
|
|
|
|
|
|
|
|
<form id="letter-form"action="http://forms.localhost"> |
|
|
|
|
<div id="letter-choice"> |
|
|
|
|
<p id="letter-choice-title">Donne-moi:</p> |
|
|
|
|
<input type="radio" id="fwords" name="fchoice" value="words" required/> |
|
|
|
|
<label for="fwords">5 mots / une phrase inspirante</label><br/> |
|
|
|
|
<input type="radio" id="ffree" name="fchoice" value="free" /> |
|
|
|
|
<label for="ffree">champs libre</label><br/> |
|
|
|
|
</div> |
|
|
|
|
<br/> |
|
|
|
|
<label for="fchoice">Thème (5 mots/phrase inspirante)</label> |
|
|
|
|
<input type="text" id="fchoice" name="fchoice" placeholder="Je laisse libre cours à ton imagination"/><br/> |
|
|
|
|
<label for="faddress">Adresse complète</label> |
|
|
|
|
<input type="text" id="faddress" name="faddress" placeholder="Adresse complète" required/><br/> |
|
|
|
|
<label for="fname">Nom + prénom</label> |
|
|
|
|