Recevoir un formulaire HTML par mail

Popol -  
 Popol -
Bonjour,

J'ai utilisé le site http://www.phpform.org/ pour me générer un formulaire HTML facilement. Cependant, je voudrais recevoir les résultats de ce formulaire sur mon adresse mail, mais je ne sais pas comment faire. Voici le code HTML complet :

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>



<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Formulaire d'inscription</title>

<link rel="stylesheet" type="text/css" href="view.css" media="all">
<script type="text/javascript" src="view.js"></script>
<script type="text/javascript" src="calendar.js"></script></head><body id="main_body">

<img id="top" src="top.png" alt="">
<div id="form_container">

<h1><a>Formulaire d'inscription</a></h1>
<form id="form_1212" class="appnitro" method="post" action="">
<div style="text-align: center;">
</div>
<div class="form_description">
<div style="text-align: center;">
</div>
<h2 style="text-align: center;"><br>
</h2>
<h2 style="text-align: center;"><img style="width: 241px; height: 201px;" alt="Logo" src="images/logo.gif"></h2>
<h2 style="text-align: center;">Formulaire d'inscription</h2>

<p style="text-align: center;">Adhérer à la section echecs de Saint Egrève</p>
</div>
<ul>

<li id="li_1">
<label class="description" for="element_1">Nom et prénom de l'enfant : </label>
<span>
<input id="element_1_1" name="element_1_1" class="element text" maxlength="255" size="8" value="">
<label>Prénom</label>
</span>
<span>
<input id="element_1_2" name="element_1_2" class="element text" maxlength="255" size="14" value="">
<label>Nom</label>
</span>
</li> <li id="li_2">
<label class="description" for="element_2">Date de naissance : </label>
<span>
<input id="element_2_1" name="element_2_1" class="element text" size="2" maxlength="2" value="" type="text"> /
<label for="element_2_1">Jour</label>
</span>
<span>
<input id="element_2_2" name="element_2_2" class="element text" size="2" maxlength="2" value="" type="text"> /
<label for="element_2_2">Mois</label>
</span>
<span>
<input id="element_2_3" name="element_2_3" class="element text" size="4" maxlength="4" value="" type="text">
<label for="element_2_3">Année</label> </span><span id="calendar_2"><img style="width: 16px; height: 16px;" id="cal_img_2" class="datepicker" src="images/calendar.gif" alt="Pick a date.">
</span>
<script type="text/javascript">
Calendar.setup({
inputField : "element_2_3",
baseField : "element_2",
displayArea : "calendar_2",
button : "cal_img_2",
ifFormat : "%B %e, %Y",
onSelect : selectEuropeDate
});
</script>

</li> <li id="li_9">
<label class="description" for="element_9">Sexe : </label>
<span>
<input id="element_9_1" name="element_9" class="element radio" value="1" type="radio">
<label class="choice" for="element_9_1">Filles</label>
<input id="element_9_2" name="element_9" class="element radio" value="2" type="radio">
<label class="choice" for="element_9_2">Garçon</label>

</span>
</li> <li id="li_3">
<label class="description" for="element_3">Adresse : </label>
<div>
<textarea id="element_3" name="element_3" class="element textarea medium"></textarea>
</div>
</li> <li id="li_4">
<label class="description" for="element_4">Etabissement scolaire : </label>
<div>
<input id="element_4" name="element_4" class="element text medium" maxlength="255" value="" type="text">
</div>
</li> <li id="li_10">
<label class="description" for="element_10">Groupe : </label>
<span>
<input id="element_10_1" name="element_10" class="element radio" value="1" type="radio">
<label class="choice" for="element_10_1">Groupe 1 (16h45 - 17h45) joueurs ayant des notions de base ou débutants</label>
<input id="element_10_2" name="element_10" class="element radio" value="2" type="radio">
<label class="choice" for="element_10_2">Groupe 2 (18h - 19h) joueurs confirmés</label>

</span>
</li> <li id="li_5">
<label class="description" for="element_5">Nom et prénom de la mère : </label>
<span>
<input id="element_5_1" name="element_5_1" class="element text" maxlength="255" size="8" value="">
<label>Prénom</label>
</span>
<span>
<input id="element_5_2" name="element_5_2" class="element text" maxlength="255" size="14" value="">
<label>Nom</label>
</span>
</li> <li id="li_6">
<label class="description" for="element_6">Nom et prénom du père : </label>
<span>
<input id="element_6_1" name="element_6_1" class="element text" maxlength="255" size="8" value="">
<label>Prénom</label>
</span>
<span>
<input id="element_6_2" name="element_6_2" class="element text" maxlength="255" size="14" value="">
<label>Nom</label>
</span>
</li> <li id="li_7">
<label class="description" for="element_7">Télephone : </label>
<div>
<input id="element_7" name="element_7" class="element text medium" maxlength="255" value="" type="text">
</div>
</li> <li id="li_8">
<label class="description" for="element_8">Téléphone portable : </label>
<div>
<input id="element_8" name="element_8" class="element text medium" maxlength="255" value="" type="text">
</div>
</li> <li id="li_11">
<label class="description" for="element_11">Autorisation parentale </label>
<span>
<input id="element_11_1" name="element_11_1" class="element checkbox" value="1" type="checkbox">
<label class="choice" for="element_11_1">J'autorise mon enfant à partir tout seul de l'activitée echecs.</label>

</span>
</li>

<li style="text-align: center;" class="buttons">
<input name="form_id" value="1212" type="hidden">                                    

<input id="saveForm" class="button_text" name="submit" value="Valider l'inscription" type="submit">
</li>
</ul>
</form>
<div id="footer">

</div>
</div>
<img id="bottom" src="bottom.png" alt="">
</body></html>

Est-ce que quelqun sait comment faire ? Merci d'avance.
A voir également:

1 réponse

lilburrows Messages postés 643 Date d'inscription   Statut Membre Dernière intervention   61
 
Recherche sur google il me semble que c'est un truc du style :
mailto:tonadresse@email.fr
0
Popol
 
Merci, mais cette technique se sert du client mail de l'utilisateur, et si cellui si nan a pas, il ya un problème.

Merci en tout cas !

Popol
0