1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
<form method="POST" action="enregistrementMDPOublie.php" name="formID" id="formID" class="formular" enctype="multipart/form-data">
<FIELDSET>
<LEGEND>Réponse à votre question secrète :</LEGEND>
<table>
<tr>
<td><span><label for="login">Votre @-mail : </span></td>
<td><input type="text" name="login" id="login" value="" class="validate[required,custom[email]]"/></label></td>
<td><input name="homonyme" type="button" id="homonyme" value="test_homonyme"/></td>
<br>
</tr>
<div id="result" style="display:none">
<tr>
<td><span>Votre question secrète : </span></td>
<td><input type="text" name="questSecrete" id="questSecrete" value="" class="validate[]"/></td>
</tr>
<tr>
<td><span><label for="repSecrete">Votre réponse ? </span></td>
<td><input type="password" name="repSecrete" id="repSecrete" value="" class="validate[required]"/></label></td>
</tr>
</div>
</table>
</FIELDSET><br>
<center>
<span>
<input type="submit" value="Valider" />
<INPUT TYPE="button" VALUE="Annuler" onClick="history.back()">
</span>
</center>
</form> |
Partager