Formulaire wanadoo modifications?

Etomal -  
Etomal Messages postés 165 Statut Membre -
Bonjour à toutes et à tous

Merci de bien vouloir me venir en aide

J'ai créé un petit formulaire chez wanadoo
J'ai fouillé, J'ai lu, mais je n'ai rien trouvé pour le modifier

j'aimerais que mon formulaire arrive sous la forme
expéditeuradresseEmail@FAIexpéditeur.éventuel.Pays

Plutôt que noreply@wanadoo.fr

Voici le script de ma page
Y aurait-il une astuce SVP
Merci
respectueusement
Etomal

1 réponse

Etomal Messages postés 165 Statut Membre 1
 
style type="text/css">
<!--
body,td,th {
color: #006600;
}
body {
background-color: #FFCC99;
}
.Style1 {color: #FFCC99}
-->
</style><form method="post" action="http://pages.perso.wanadoo.fr/client/php/formulaire.php">
<p><img src="../Ferme/Reservation.jpg" width="150" height="55"> <span class="Style1">bbbb</span> <a href="Suite.html"> <img src="../Ferme/Retour.jpg" width="150" height="55" border="0"></a></p>
<table>
<tr>
<td colspan="2">
Les champs marqués d'un * sont obligatoires.
</td>
</tr>
<tr>
<td>
Nom Prénom<sup>(*)</sup>
</td>
<td width="150">
<input type="text" name="*Nom" >
</td>
</tr>
<tr>
<td>
Adresse<sup>(*)</sup>
</td>
<td width="150">
<input type="text" name="*Adresse" >
</td>
</tr>
<tr>
<td>
Ville<sup>(*)</sup>
</td>
<td width="150">
<input type="text" name="*Ville" >
</td>
</tr>
<tr>
<td>
Code Postal
</td>
<td width="150">
<input type="text" name="Code" >
</td>
</tr>
<tr>
<td>
Téléphone
</td>
<td width="150">
<input type="text" name="telephone" >
</td>
</tr>
<tr>
<td>
Nbre de personne(s) <sup>(*)</sup>
</td>
<td width="150">
<input type="text" name="*Personne" >
</td>
</tr>
<tr>
<td>
Date d'arrivée <sup>(*)</sup>
</td>
<td width="150">
<input type="text" name="*arrivee" >
</td>
</tr>
<tr>
<td>
Date de départ ( matin ) <sup>(*)</sup>
</td>
<td width="150">

<input type="text" name="*datedepart" >
</td>
</tr>
<tr>
<td>
Choix de chambre
</td>
<td width="150">
<input type="text" name="choix" >
</td>
</tr>
<tr>
<td>
Votre Email SVP <sup>(*)</sup>
</td>
<td width="150">
<input type="text" name="From" >
</td>
</tr>
<tr>
<td>

Animal de compagnie
</td>
<td width="150">
<input type="text" name="animal" >
</td>
</tr>
<tr>
<td>Commentaire
</td>
<td width="150">
<textarea name="commentaire"></textarea>
</td>
</tr>
<tr>
<td colspan="2" align="center">
<input name="" type="submit" value="Envoyer">
<INPUT TYPE="HIDDEN" NAME="url"
VALUE="http://perso.wanadoo.fr/fermelaunay/Site tutor/merci.htm">


<input type="reset" value="Effacer">
</td>
</tr>
</table>
</form>
0