[LETTRES] Change le formulaire de lettres
This commit is contained in:
parent
6b66d188f3
commit
0fd909eba7
1 changed files with 2 additions and 8 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue