A voir également:
- Probleme de traitement de formulaire
- Whatsapp formulaire opposition - Guide
- Formulaire de réclamation facebook compte désactivé - Guide
- Reconsidérer le traitement de vos informations à des fins publicitaires - Accueil - Réseaux sociaux
- Traitement de texte gratuit - Guide
- Formulaire de reclamation instagram - Guide
3 réponses
voici le début de mon code:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<form method="post" ENTYPE="text/plain" action="mailto:monadresse@hotmail.com">
<table width="82%">
<tr>
<td width="6%"> </td>
<td width="6%"> </td>
<td width="76%"> </td>
<td width="12%"> </td>
</tr>
<tr>
<td width="6%"> </td>
<td width="6%"> </td>
<td width="76%"> </td>
<td width="12%"> </td>
</tr>
<tr>
<td width="6%"> </td>
<td width="6%"> </td>
<td width="76%"> </td>
<td width="12%"> </td>
</tr>
<tr>
<td width="6%">1.</td>
<td width="6%"> </td>
<td width="76%">Etes-vous déjà parti dans un séjour
du?</td>
<td width="12%"> </td>
</tr>
<tr>
<td width="6%"> </td>
<td width="6%">
<input type="radio" name="radiobutton" value="radiobutton">
</td>
<td width="76%">OUI</td>
<td width="12%"> </td>
etc etc
Je sais qu'il faut également que je nomme les bouton radio, etc
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<form method="post" ENTYPE="text/plain" action="mailto:monadresse@hotmail.com">
<table width="82%">
<tr>
<td width="6%"> </td>
<td width="6%"> </td>
<td width="76%"> </td>
<td width="12%"> </td>
</tr>
<tr>
<td width="6%"> </td>
<td width="6%"> </td>
<td width="76%"> </td>
<td width="12%"> </td>
</tr>
<tr>
<td width="6%"> </td>
<td width="6%"> </td>
<td width="76%"> </td>
<td width="12%"> </td>
</tr>
<tr>
<td width="6%">1.</td>
<td width="6%"> </td>
<td width="76%">Etes-vous déjà parti dans un séjour
du?</td>
<td width="12%"> </td>
</tr>
<tr>
<td width="6%"> </td>
<td width="6%">
<input type="radio" name="radiobutton" value="radiobutton">
</td>
<td width="76%">OUI</td>
<td width="12%"> </td>
etc etc
Je sais qu'il faut également que je nomme les bouton radio, etc
Peut être que on hébergeur ne prévoit pas d'utiliser la fonction mailto... essaye plutot d'utilise la fonction php mail(), tu laisse ton formulaire tel quel, mais tu fais un traitement dans un autre page php, et tu utilise la fonction mail(), c'est ce que je fais pour mes sites.
voici un lien pour t'aider :
http://www.phpfrance.com/tutoriaux/index.php/2005/03/01/7-envoyer-un-email
++
voici un lien pour t'aider :
http://www.phpfrance.com/tutoriaux/index.php/2005/03/01/7-envoyer-un-email
++