Voici ce que vous devez remplacer dans votre page :
Voici le code source du formulaire ci dessus, ce qui est en
rouge c'est ce qu'il faut remplacer dans le code source de
votre page ou est situé votre formulaire.
Et en bleu indiquez l'adresse e-mail ou ira le formulaire. |
<form action="mailto:votremail@votredomaine.com?subject=envois
de mail" method="POST" name="formulaire"
enctype="text/plain">
<table BORDER="0" CELLSPACING="0"
CELLPADDING="0" WIDTH="527" height="431">
<tr>
<td VALIGN="Top" width="632" height="1">
<blockquote>
<p><b><font face="arial,helvetica,sans-serif"
size="2"><br>
</font><font face="arial,helvetica,sans-serif"
size="3">Nom</font></b>
<br>
<input TYPE="text" NAME="nom" SIZE="20">
</p>
</blockquote>
</td>
</tr>
<tr>
<td VALIGN="Top" width="632" height="1">
<blockquote>
<p><b><font face="arial,helvetica,sans-serif"
size="2"><br>
</font><font face="arial,helvetica,sans-serif"
size="3">Prénom</font></b><font
color="#FF0000">
*</font><br>
<input TYPE="text" NAME="prenom" SIZE="20">
</p>
</blockquote>
</td>
</tr>
<tr>
<td VALIGN="Top" width="632" height="50">
<blockquote>
<p><b><font face="arial,helvetica,sans-serif"
size="2"><br>
</font><font face="arial,helvetica,sans-serif"
size="3">E-mail </font></b><font color="#FF0000">*</font><font
color="#000000">
<small><font face="Arial">(ex. : durand@club-internet.fr)</font></small></font><br>
<input TYPE="text" NAME="email" SIZE="20">
</p>
</blockquote>
</td>
</tr>
<tr>
<td width="519" height="63">
<blockquote>
<p><br>
<b><font face="arial,helvetica,sans-serif"
size="3">Commentaires</font><font face="arial,helvetica,sans-serif"
size="2"> </font></b><br>
<textarea NAME="commentaires" Rows="4"
Cols="30"></textarea>
</p>
</blockquote>
</td>
</tr>
<tr>
<td width="519" height="1"></td>
</tr>
<tr>
<td width="632" height="59">
<blockquote>
<div align="left">
<p>
<input type="submit" value="ENVOYER" name="B1"
>
<strong><font face="Arial" size="2"
color="#000000"> <br>
</font><font face="Arial" size="2"
color="#FF0000">Cliquez une seule
fois.</font></strong></p>
</div>
</blockquote>
</td>
</tr>
</table>
</form>
|