[AIDE] Probleme avec un formulaire

Probleme avec un formulaire [AIDE] - HTML/CSS - Programmation

Marsh Posté le 19-04-2007 à 20:05:41    

Bonjour j'ai crée un formulaire avec dreamweaver dont voici le code en html

Code :
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Untitled Document</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  6. <style type="text/css">
  7. <!--
  8. .Style1 {color: #FFFFFF}
  9. body {
  10. background-color: #000000;
  11. }
  12. -->
  13. </style>
  14. </head>
  15. <body class="sub">
  16. <form action="" method="post" name="FormName" id="FormName">
  17.   <table width="90%" border="0" cellpadding="4" cellspacing="2">
  18.     <tr style="vertical-align: top">
  19.       <td colspan="2" class="HeaderColor Style1">        Title Vente de photo    </td>
  20.     </tr>
  21.     <tr style="vertical-align: top">
  22.       <td colspan="2" class="StoryContentColor Style1">        Lorem Ipsum Dolor Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.      </td>
  23.     </tr>
  24.     <tr style="vertical-align: top">
  25.       <td class="TitleColor">
  26.         <label for="name"><span class="Style1">Nom Prenom :</span></label>
  27.         <span class="Style1"><br />
  28.         <input type="text" id="name" name="textfield1" size="50" />
  29.         <br />
  30.         <label for="email"> Email:</label>
  31.         <br />
  32.         <input type="text" id="email" name="textfield2" size="50" />
  33.         <br />
  34.         <label for="username"> Adresse:<br />
  35.         </label>
  36.         <input type="text" id="username" name="textfield3" size="50" />
  37.         <br />
  38.         <label for="questions"> Numero du pilote + Numero des photos:</label>
  39.         </span><br />
  40.         <textarea id="questions" name="textfield4" rows="10" cols="50"></textarea>
  41.         <br />      </td>
  42.       <td class="TitleColor">
  43.         <label for="browser"><span class="Style1">Serie:</span></label>
  44.         <span class="Style1"><br />
  45.         <select id="browser" name="select">
  46.           <option>Choisissez votre Serie</option>
  47.           <option>Serie A</option>
  48.           <option>Serie B</option>
  49.           <option>Serie C/D</option>
  50.           <option>Serie Gentleman</option>
  51.           <option>Serie Prestige</option>
  52.         </select>
  53.         <br />
  54.         <br />
  55.         <label for="email2">Course:</label>
  56.         <br />
  57.         <select id="email2" name="select2">
  58.           <option>Choisissez votre course</option>
  59.           <option>Ribecourt</option>
  60.           <option>Doullens</option>
  61.         </select>
  62.         <br />
  63.         <br />
  64.         <label for="cookies">Numero du pilotes :</label>
  65.         <br />
  66.         <select id="cookies" name="select3">
  67.           <option>Choisissez le numero du pilote</option>
  68.           <option>1</option>
  69.           <option>2</option>
  70.           <option>3</option>
  71.           <option>4</option>
  72.           <option>5</option>
  73.           <option>6</option>
  74.           <option>7</option>
  75.           <option>8</option>
  76.           <option>9</option>
  77.           <option>10</option>
  78.           <option>11</option>
  79.           <option>12</option>
  80.           <option>13</option>
  81.           <option>14</option>
  82.           <option>15</option>
  83.           <option>16</option>
  84.           <option>17</option>
  85.           <option>18</option>
  86.           <option>19</option>
  87.           <option>20</option>
  88.         </select>
  89.         <br />
  90.         Test
  91.         <label for="connection">:</label>
  92.         <br />       
  93.         <select id="connection" name="select4">
  94.           <option selected="selected">- Choose One -</option>
  95.         </select>
  96.         </span> </td>
  97.     </tr>
  98.     <tr style="vertical-align: top">
  99.       <td colspan="2">        <input name="mailto:blum95@free.fr" type="submit" id="mailto:blum95@free.fr" value="Submit" />      </td>
  100.     </tr>
  101.   </table>
  102. </form>
  103. </body>
  104. </html>


 
Je n'arrive pas a trouver comment faire pour pouvoir m'envoyer ce formulaire une fois  qu'il es rempli
Quand j'appuie sur Submit ca m'envoi sur une page non valide
Merci d'avance je desespere

Reply

Marsh Posté le 19-04-2007 à 20:05:41   

Reply

Marsh Posté le 19-04-2007 à 20:12:59    

[:hahaguy]

Reply

Marsh Posté le 19-04-2007 à 20:36:47    

I AGREE  [:pingouino]  
 

Spoiler :

Google -> Envoyer un formulaire


---------------
Mains power can kill, and it will hurt the entire time you’re dying from it.
Reply

Marsh Posté le 20-04-2007 à 14:54:47    

j'ai trouver mais le probleme c'est que ca me l'envoie par outlook  
Or les gens n'ayant pas Outlook ne pourons pas me l'envoyer
Alors comment faire?

Reply

Marsh Posté le 21-04-2007 à 12:28:23    

bon alors, si tu es chez free et que ton formulaire n'est pas en php, free a une procedure bien spécifique pour ce type de formulaire:
- il ne peut etre envoyé qu'à ton adresse free du domaine (donc pas besoin de la préciser ton le input)
- tu dois mettre form action="result.html" et créer une page nommé result.html dans le meme repertoire que ton formulaire. Sur cette page moi j'ai mis "votre message a bien été envoyé"
Ce sont les conditions pour utiliser un formulaire html chez free.
C'est comme ça, free l'impose.
Et quand tu mets un lien avec "mailto:nom@domaine.com" ca ouvre systématiquement outlook si celui-ci est installé sur le pc du visiteur, c'est aussi comme ça.


Message édité par dartyduck le 21-04-2007 à 12:33:23

---------------
Nikon D7000 + 18-105VR + 35mm 1.8
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed