Homepage selbermachen 7.846 Themen, 35.563 Beiträge

E mail Formular

Damien82 / 13 Antworten / Flachansicht Nickles

Hi Leute!


Ich habe auf meiner Seite ein Formular eingerichtet, mit dem Informationen an mich per email übertragen werden können! Leider kommen keine emails an! Ich habe dass Formluar mit Hilfe von Selfhtml geschrieben, also müsste es vom Syntax her korrekt seien! Hier der Quelltext:


<html>
<head>
<title></title>
<meta name="author" content="Oliver Lorenz">
</head>
<body text="#ff8000" bgcolor="#804040" link="#ff8000" alink="#ff8000" vlink="#ff8000">
<form method="POST" action="mailto:oli@lvmoesslitz.de"  >
<div align="center">
<table >
<tr>
 <td> <font size="+2">Name:</font> <br>    </td>
 <td>  <input type="Text" name="name" id="name" value="" size="30" maxlength=""> </td>
</tr>
<tr>
 <td><font size="+2">Vorname:</font>  </td>
 <td> <input type="Text" name="vorname" id="vorname" value="" size="30" maxlength=""> </td>
</tr>
<tr>
 <td><font size="+2">Altersklasse:</font> </td>
 <td> <select name="Altersklasse" id="Altersklasse" size="1">
 <option value="W AK20/29">Weiblich 20/29
  <option value="W ak30/39">Weiblich 30/39
  <option value="W ak40/49">Weiblich 40/49
  <option value="W ak50/59">Weiblich 50/59
  <option value="W ak60/64">Weiblich 60/64
  <option value="W ak65+">Weiblich 65+
  <option value="M ak20/29">M&auml;nnlich 20/29
  <option value="M ak30/39">M&auml;nnlich 30/39
  <option value="M ak40/49">M&auml;nnlich 40/49
  <option value="M ak50/59">M&auml;nnlich 50/59
  <option value="M ak60/64">M&auml;nnlich 60/64
  <option value="M ak65+">M&auml;nnlich 65+
  <option value="M ak16/17">M&auml;nnliche/Weibliche Jugend 16/17
  <option value="M ak14/15">M&auml;nnliche/Weibliche Jugend 14/15
  <option value="M ak12/13">M&auml;nnliche/Weibliche Jugend 12/13
  <option value="M ak10/11">M&auml;nnliche/Weibliche Jugend 10/11
  <option value="M ak8/9">M&auml;nnliche/Weibliche Jugend 8/9
  <option value="M akbam">Bambinolauf
 </select> </td>
</tr>
<tr>
 <td><font size="+2">Verein:</font> </td>
 <td><input type="Text" name="Verein" id="Verein" value="" size="30" maxlength="">  </td>
</tr>
<tr>
 <td> <br>
  </td>
 <td> <br>
  </td>
</tr>
<tr>
 <td><!-- <input type="Submit" >--></td>
 <td align="center"> <input type="reset"></td>
</tr>


</table>


</form>
</div>
</body>
</html>

bei Antwort benachrichtigen