Homepage selbermachen 7.852 Themen, 35.619 Beiträge

Formular mailer riesen prob!

Spawn-D / 2 Antworten / Baumansicht Nickles

Ich will ein formular versenden aber klappt irgenwie nicht könnt ihr mir helfen?


hier mal der quelltext


<title>Join BF2</title>
</head>


<body link="#FF0000" vlink="#FF0000" alink="#FF0000" text="#FF0000" bgcolor="#000000">
</center></TD>
  <TD COLSPAN=2 height="203" valign="top">
   <div align="center">
              <center>
              <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="546">
                <tr>
                  <td width="546" align="center">
                  <font face="Comic Sans MS" size="5">
                  <b>Join BF2!</b></font><p>&nbsp;</p>
              <table border="0" border="0" width="544" cellspacing="0" cellpadding="0" height="100%" style="border-collapse: collapse" bordercolor="#111111">
    <tr>
      <td width="323" height="22"><font face="Comic Sans MS"><b>Nickname</b></font></td>
      <td width="221" height="22"><b>
      <font face="Comic Sans MS">
      <input type="text" name="Nick" size="25"></font></b></td>
    </tr>
    <tr>
      <td width="323" height="22"><font face="Comic Sans MS"><b>Alter</b></font></td>
      <td width="221" height="22"><b>
      <font face="Comic Sans MS">
      <input type="text" name="Alter" size="1"> </font> </b>
      <font face="Comic Sans MS">Jahre</font></td>
    </tr>
    <tr>
      <td width="323" height="22"><font face="Comic Sans MS"><b>Wohnort
      (optional)</b></font></td>
      <td width="221" height="22"><b>
      <font face="Comic Sans MS">
      <input type="text" name="Wohnort" size="25"></font></b></td>
    </tr>
    <tr>
      <td width="323" height="22"><font face="Comic Sans MS"><b>E-Mail</b></font></td>
      <td width="221" height="22"><b>
      <font face="Comic Sans MS">
      <input type="text" name="Email" size="25" value="   "></font></b></td>
    </tr>
    <tr>
      <td width="323" height="22"><font face="Comic Sans MS"><b>MSN oder ICQ</b></font></td>
      <td width="221" height="22"><b>
      <font face="Comic Sans MS">
      <input type="text" name="MSN oder ICQ" size="25"></font></b></td>
    </tr>
    <tr>
      <td width="323" height="32"><font face="Comic Sans MS"><b>Welches Game
      willst du bei uns spielen?</b></font></td>
      <td width="221" height="32" align="left" valign="middle">
      <b>
      <font face="Comic Sans MS">
      <select size="1" name="Game">
      <option value="Generals">C&amp;C Generals</option>
      <option value="Renegade" selected>C&amp;C Renegade</option>
      <option value="BREED">BREED</option>
      </select></font></b></td>
    </tr>
    <tr>
      <td width="323" height="32"><font face="Comic Sans MS"><b>Deine
      Internetverbindung?</b></font></td>
      <td width="221" height="32"><b>
      <font face="Comic Sans MS">
      <select size="1" name="Connection">
      <option value="DSL">DSL</option>
      <option value="schneller">schneller</option>
      </select> </font> </b></td>
    </tr>
    <tr>
      <td width="323" height="68"><font face="Comic Sans MS"><b>Warum
      interessierst du dich für unseren Clan?</b></font></td>
      <td width="221" height="68"><b>
      <font face="Comic Sans MS">
      <textarea name="Wieso_Intresse" rows="4" cols="19"></textarea></font></b></td>
    </tr>
    <tr>
      <td width="323" height="34"><font face="Comic Sans MS"><b>Mehr Info´s zu
      dir? (optional)</span></b></font></td>
      <td width="221" height="34"><b>
      <font face="Comic Sans MS">
      <textarea name="Infos" rows="4" cols="19"></textarea></font></b></td>
    </tr>
    <tr>
      <td width="323" height="34"><font face="Comic Sans MS"><b>Hast du die
      Regeln gelesen?</b></font></td>
      <td width="221" height="34">
      <b>
      <font face="Comic Sans MS">
      <input type="radio" value="JA" name="rules_gelesen"> </font> </b>
      <font face="Comic Sans MS">Ja, kenne die BF2 Regeln!</font></td>
    </tr>
    <tr>
      <td width="544" colspan="2" height="19">
      <p align="center">&nbsp;</td>
    </tr>
    <tr>
      <td width="544" colspan="2" height="27">
      <p align="center"><font face="Comic Sans MS" color="#66CCFF">
      <input type="submit" name="Sendenbutton" value="und ab dafür :-)"> &nbsp;&nbsp;&nbsp;<input type="reset" name="Resetbutton" value="ne lieber nicht"></font></td>
    </tr>
  </table>
</body>


</html>

bei Antwort benachrichtigen
Tammy Spawn-D „Formular mailer riesen prob!“
Optionen

Du mußt erst einmal in den body folgende Zeile einfügen
eckige klammer auf Form Action="mailto.deine email@...."enctype="text/plain"Method=Post eckige klammer zu
Sonst weiß ja keiner wo die mail hingeschickt werden soll.
Probier es einmal aus, es sollte klappen.
MfG tammy

bei Antwort benachrichtigen
xafford Spawn-D „Formular mailer riesen prob!“
Optionen

si...du hast gar kein formular definiert. also tipp von tammy berücksichtigen und als action eintragen, was it dem formular passieren soll (mailto, serverscript oder formmailer im internet,...)

Pauschalurteile sind immer falsch!!!
bei Antwort benachrichtigen