Bonjour a toute(s) et a tous,
j'ai faist un formulaire du genrehttp://www2.leboncoin.fr/ai/form/0
met je souhaiterai que pour la validations de l'annonces soit envoyer directement sur ma boite mail spécifié.
Car quand je clik sur le boutton envoyer et/ou retablir rien ne se pace.
Voici mets lignes
J'espere avoir été assez clair.... Car étant novices dans se domaines.
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172 <html> <head> <body> <div class="maintext"> <strong> Déposer votre annonce sur BROCTOUS.FR est totalement (GRATUIT). </strong> </div> <br/> <form method="post" enctype="text/plain" action='mailto:broctous@live.fr'> <input type="hidden" name="To" value="le sujet de votre courrier"> </div> Entrez votre Pseudo:<br> <input type="text" name="question:" size="50" maxlength="100"><br><br> Entrez votre adresse email:<br> <input type="text" name="question:" size="50" maxlength="100"><br><br> Téléphone:<br/> <input type="text" name="question:" size="50" maxlength="100"><br><br> <div class="labelform"> <label>Code postal</label> </div> <div class="adinput"> <input name="zipcode" size="6" maxlength="5" type="text" value="" /><br /> <b>Indiquez le code postal ou se trouve l'objet.</b> <div id="err_zipcode" style="display: none;"> <span class="error" id="err_msg_zipcode"></span> <br /> <br /> </div> <div id="info_zipcode" class="warning" style="display:none; clear:both; float:none"></div> </div> <br/> Régions: <div class="adinput"> <select name="region" onchange="showDepartment('region');" id="region"> <option value="0">;Choisissez la région;</option> <option value="1" >Alsace</option> <option value="2" >Aquitaine</option> <option value="3" >Auvergne</option> <option value="4" >Basse-Normandie</option> <option value="5" >Bourgogne</option> <option value="6" >Bretagne</option> <option value="7" >Centre</option> <option value="8" >Champagne-Ardenne</option> <option value="9" >Corse</option> <option value="10" >Franche-Comté</option> <option value="11" >Haute-Normandie</option> <option value="12" >Ile-de-France</option> <option value="13" >Languedoc-Roussillon</option> <option value="14" >Limousin</option> <option value="15" >Lorraine</option> <option value="16" >Midi-Pyrénées</option> <option value="17" >Nord-Pas-de-Calais</option> <option value="18" >Pays de la Loire</option> <option value="19" >Picardie</option> <option value="20" >Poitou-Charentes</option> <option value="21" >Provence-Alpes-Côte d'Azur</option> <option value="22" >Rhône-Alpes</option> <option value="23" >Guadeloupe</option> <option value="24" >Martinique</option> <option value="25" >Guyane</option> <option value="26" >Réunion</option> </select> <div id="err_region" style="display: none;"> <span class="error" id="err_msg_region"></span> </div> <div id="info_region" class="warning" style="display:none; clear:both; float:none"> </div> </div> Choix:<br> <input type="radio" name="votre question 1"value="Yes">Dons<BR> <input type="radio" name="votre question 1"value="No">Ventes<br> Type:<br> <input type="radio" name="votre question 2"value="Yes">Particuliers<BR> <input type="radio" name="votre question 2"value="No">Professionels<br><br> <div class="labelform"> <label>Première photo</label> </div> <div class="adinput"> <input type="file" name="image" size="35" id="image" /> <br /> <div id="err_image" style="display: none;"> <span class="error" id="err_msg_image"></span> </div> </div> <br /> <div class="labelform"> <label>Deuxièmes photo</label> </div> <div class="adinput"> <input type="file" name="image" size="35" id="image" /> <br /> <div id="err_image" style="display: none;"> <span class="error" id="err_msg_image"></span> </div> </div> <br /> <div class="labelform"> <label>Troisièmes photo</label> </div> <div class="adinput"> <input type="file" name="image" size="35" id="image" /> <br /> <div id="err_image" style="display: none;"> <span class="error" id="err_msg_image"></span> </div> </div> <br /> <div class="labelform"> <label>Quatrièmes photo</label> </div> <div class="adinput"> <input type="file" name="image" size="35" id="image" /> <br /> <div id="err_image" style="display: none;"> <span class="error" id="err_msg_image"></span> </div> <br/> </br> <form method="POST" name="Formulaire de contact" action="--WEBBOT-SELF--"> <!--webbot bot="SaveResults" U-File="../_private/form_results.txt" S-Format="TEXT/CSV" S-Label-Fields="TRUE" S-Email-Address="broctous@live.fr" S-Email-Format="TEXT/PRE" --> <p style="text-indent: 30"> <p style="text-indent: 30"><input type="submit" value="Envoyer" name="B1"><input type="reset" value="Rétablir" name="B2"></p> </form> </body> </head> </html>
Merci d'avances Cordialement
Alexoman63
Partager