<form method="POST" action="formulaire02_post.php"> <label>Identifiant</label> <!-- zone password --> <input type="password" name="txtId"> <!-- boutons --> <input type="reset" name="btnReset" value=" Effacer "> <input type="submit" name="btnSubmit" value="Envoyer"> </form>