On utilise "post action" comme "FORM METHOD" pour adresser les réponses de ce questionnaire dans une boite mail.
Ici: mailto:le pecheur77@free.fr
<FORM METHOD=POST ACTION="mailto:lepecheur77@free.fr">
<input id="yui_3_5_0_1_1416903834173_32363" type="submit" value="Envoyer" />
CODE
<p><FORM METHOD=POST ACTION="mailto:lepecheur77@free.fr"></p> <p><FIELDSET> <LEGEND>Informations personnelles</LEGEND> Nom : <INPUT name="personnel_nom" type="text" tabindex="1"> Prénom : <INPUT name="personnel_prenom" type="text" tabindex="2"> </FIELDSET> <FIELDSET> <LEGEND>PARLEZ-NOUS DE VOUS</LEGEND> <INPUT name="historique_personnel" type="checkbox" value="internaute" tabindex="20">Etes-vous internaute ? <INPUT name="historique_personnel" type="checkbox" value="blog" tabindex="21"> Etes-vous blogueur ? <INPUT name="historique_personnel" type="checkbox" value="windows" tabindex="22"> Utilisez-vous windows 8 ? <INPUT name="historique_personnel" type="checkbox" value="programmation" tabindex="23"> Faites-vous de la programmation ? </FIELDSET> <FIELDSET> <LEGEND>appareil</LEGEND> Utilisez-vous un portable ? <INPUT name="appareil_actuel" type="radio" value="oui" tabindex="35">Oui <INPUT name="appariel_actuel" type="radio" value="non" tabindex="35">Non Quelles autres informations souhaitez-vous communiquer ? <TEXTAREA name="information_courante" rows="20" cols="50" tabindex="40"> </TEXTAREA> <input id="yui_3_5_0_1_1416903834173_32363" type="submit" value="Envoyer" /> </FIELDSET> </FORM></p>
RESULTAT
commentaires