Formulaire sous NVU ?

Fermé
Nina - 1 déc. 2008 à 09:40
 Nina - 1 déc. 2008 à 12:20
Bonjour,
Alors voilà, je suis vraiment débutante de chez débutante, je ne connais strictement rien en langage HTML, ect... mais je souhaite malgré tout créer un petit site avec le logiciel NVU. Pour l'instant, je pense avoir compris comment créer mes pages. J'ai juste un problème s'agissant d'un formulaire que je souhaite faire figurer sur l'une de mes pages.
L'idée serait de faire remplir aux gens un petit formulaire et lorsqu'ils taperaient sur ENVOYER, le contenu du formulaire serait envoyé directement sur mon adresse mail.
Le problème c'est que celui que j'ai créé me pose deux difficultés :
- la première c'est que les informations ne sont pas directement envoyées sur mon adresse mail, une boite messagerie s'ouvre (et j'aimerais sauter cette étape);
- la seconde c'est que les informations recueillies apparaissent de cette manière : "nom=zozo&prenom=le+clown&e-mail=zozo%40hotmail.com&tel=02.02.02.02.02&date=28%2F11%2F2008&lieu=PARIS+XIX&arrivee=CERGY&NOMBRE=4&PRECISIONS=Peut-on+amener+un+chien+%3F&envoyer=ENVOYER".
N'y a-t-il pas la possibilité d'obtenir quelque chose de plus clair ?

Je vous mets les codes HTML de ma page :
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>Réservations</title>
</head>
<body
style="color: rgb(0, 0, 0); background-color: rgb(153, 153, 255); background-image: url(../01721_flow_1280x1024.jpg);"
alink="#000099" link="#000099" vlink="#990099">
<form method="post" name="Réservations"></form>
<table style="text-align: left; width: 100%;" border="0"
cellpadding="2" cellspacing="2">
<tbody>
<tr align="center">
<td><big style="font-weight: bold;"><big><big><big><span
style="text-decoration: underline; color: rgb(0, 0, 153); font-family: Freestyle Script;">RESERVATIONS<br>
</span></big></big></big></big></td>
</tr>
<tr>
<td>
<table style="text-align: left; width: 100%;" border="0"
cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td>
<table style="text-align: left; width: 112px;"
border="1" cellpadding="2" cellspacing="2">
<tbody>
<tr style="font-family: Freestyle Script;">
<td style="width: 102px;"><big><big><big><a
href="index.html">Accueil</a></big></big></big></td>
</tr>
<tr style="font-family: Freestyle Script;">
<td style="width: 102px;"><big><big><big><a
href="services.html">Services</a></big></big></big></td>
</tr>
<tr style="font-family: Freestyle Script;">
<td style="width: 102px;"><big><big><big><a
href="contact.html">Contact</a></big></big></big></td>
</tr>
</tbody>
</table>
</td>
<td style="width: 80%;">
<div style="text-align: center;">
<div style="text-align: justify;"><big><big><span
style="font-family: Freestyle Script;"><br>
</span></big></big></div>
</div>
<br>
<br>
<form method="post"
action="mailto:night1122@hotmail.fr"
name="Reservations"><big><big><span
style="font-family: Freestyle Script;">NOM : </span><input
name="nom"></big></big><br
style="font-family: Freestyle Script;">
<big><big><span
style="font-family: Freestyle Script;">PRENOM : </span><input
name="prenom"></big></big><br
style="font-family: Freestyle Script;">
<big><big><span
style="font-family: Freestyle Script;">ADRESSE E-MAIL : <input
name="e-mail"></span></big></big><br>
<big><big><span
style="font-family: Freestyle Script;">TELEPHONE
(FACULTATIF) : <input name="tel"></span></big></big><br>
<big><big><span
style="font-family: Freestyle Script;">DATE DE LA COURSE
: </span><input name="date"></big></big><br
style="font-family: Freestyle Script;">
<big><big><span
style="font-family: Freestyle Script;">LIEU DE DEPART DE LA
COURSE : </span><input name="lieu"></big></big><br
style="font-family: Freestyle Script;">
<big><big><span
style="font-family: Freestyle Script;">LIEU D'ARRIVEE DE LA
COURSE : <input name="arrivee"><br>
NOMBRE DE PERSONNES ENVISAGEES :</span></big></big> <input
name="NOMBRE"><br>
<big><big><span
style="font-family: Freestyle Script;"><br>
PRECISIONS
SUPPLEMENTAIRES : </span></big></big><br>
<div style="text-align: justify;"><big><big><span
style="font-family: Freestyle Script;"><textarea cols="50"
rows="5" name="PRECISIONS"></textarea><br>
<br>
<input name="envoyer" value="ENVOYER"
type="submit"><br>
</span></big></big></div>
<big><big><span
style="font-family: Freestyle Script;"></span></big></big></form>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td></td>
</tr>
</tbody>
</table>
<br>
</body>
</html>

Merci d'avance pour votre aide ;o)

1 réponse

Personne pour m'aider un peu ? please, please, please :op
Merci d'avance
0