• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

Problem mit Kontaktformular (Bin Anfänger)

Timä

Neues Mitglied
Hi Leute,
ich bin absoluter Neuling und blick nich wirklich durch. Manche werden mich jetzt sicher für blöd halten, aber was is an dem HTML Code Falsch? Ich will ein Formular, das an meine E-Mail gesendet wird:
Code:
<table>
<tr>
<td class="main">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
<td class="contentsTopics">Informationen zu Ihrem Kundenkonto.</td>
</tr>
</table>
<form action="[EMAIL="[email protected]"]mailto:[/EMAIL][email][email protected][/email]" method="post" enctype="text/plain" table="" class="poll content" name="create_account" id="create_account"><input type="hidden" name="action" value="process" />Bitte geben Sie Ihre Daten ein.
<table>
<tr>
<td></td>
</tr>
<tr>
<td class="main">&nbsp;</td>
</tr>
<tr>
<td><strong>Ihre persönlichen Daten</strong></td>
<td align="right" class="inputRequirement">* notwendige Informationen</td>
</tr>
</table>
<table width="100%" class="formArea" cellspacing="2" cellpadding="0">
<tr>
<td width="200" class="main">Anrede:</td>
<td class="main">
<table cellspacing="0" cellpadding="0">
<tr>
<td class="main">Herr<input type="radio" name="gender" value="m" /></td>
<td class="main">Frau<input type="radio" name="gender" value="f" /><span class="inputRequirement">*</span></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="200" class="main">Firmenname:</td>
<td class="inputRequirement"><input type="text" name="company" />&nbsp;</td>
</tr>
<tr>
<td class="main">Vorname:</td>
<td class="inputRequirement"><input type="text" name="firstname" />&nbsp;<span class="inputRequirement">*</span></td>
</tr>
<tr>
<td class="main">Nachname:</td>
<td class="inputRequirement"><input type="text" name="lastname" />&nbsp;<span class="inputRequirement">*</span></td>
</tr>
<tr>
<td class="main">eMail-Adresse:</td>
<td class="inputRequirement"><input type="text" name="email_address" />&nbsp;<span class="inputRequirement">*</span></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="main">&nbsp;</td>
</tr>
<tr>
<td class="main"><strong>Ihre Adresse</strong></td>
</tr>
</table>
<table class="formArea" width="100%" border="0" cellspacing="2" cellpadding="0">
<tr>
<td width="200" class="main">Strasse Hausnr.:</td>
<td class="inputRequirement"><input type="text" name="street_address" />&nbsp;</td>
</tr>
<tr>
<td class="main">Postleitzahl:</td>
<td class="inputRequirement"><input type="text" name="postcode" />&nbsp;</td>
</tr>
<tr>
<td class="main">Ort:</td>
<td class="inputRequirement"><input type="text" name="city" />&nbsp;</td>
</tr>
<tr>
<td class="main">Land:</td>
<td class="inputRequirement"><select name="country">
<option value="14">Austria</option>
<option value="21">Belgium</option>
<option value="56">Czech Republic</option>
<option value="57">Denmark</option>
<option value="72">Finland</option>
<option value="73">France</option>
<option value="81" selected="selected">Germany</option>
<option value="84">Greece</option>
<option value="103">Ireland</option>
<option value="105">Italy</option>
<option value="124">Luxembourg</option>
<option value="150">Netherlands</option>
<option value="170">Poland</option>
<option value="171">Portugal</option>
<option value="195">Spain</option>
<option value="203">Sweden</option>
<option value="222">United Kingdom</option>
</select>&nbsp;<span class="inputRequirement">*</span></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="main">&nbsp;</td>
</tr>
<tr>
<td class="main"><strong>Ihre Kontaktinformationen</strong></td>
</tr>
</table>
<table class="formArea" width="100%" border="0" cellspacing="2" cellpadding="0">
<tr>
<td width="200" class="main">Telefonnummer:</td>
<td class="inputRequirement"><input type="text" name="telephone" />&nbsp;</td>
</tr>
<tr>
<td class="main">Telefaxnummer:</td>
<td class="inputRequirement"><input type="text" name="fax" />&nbsp;</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="main">&nbsp;</td>
</tr>
<tr>
<td class="main"><strong>Sichern Sie Ihre Informationen mit einem Passwort.</strong></td>
</tr>
</table>
<table class="formArea" width="100%" border="0" cellspacing="2" cellpadding="0">
<tr>
<td width="200" class="main">Ihr Passwort:</td>
<td class="inputRequirement"><input type="password" name="password" maxlength="40" />&nbsp;<span class="inputRequirement">*</span></td>
</tr>
<tr>
<td class="main">Passwort bestätigen</td>
<td class="inputRequirement"><input type="password" name="confirmation" maxlength="40" />&nbsp;<span class="inputRequirement">*</span></td>
</tr>
</table>
</form>
</td>
</tr>
</table>
<table width="100%" class="formArea" cellspacing="2" cellpadding="0">
<tr>
<td width="200" class="main">kostenloser E-Mail Newsletter</td>
<td class="main">
<table cellspacing="0" cellpadding="0">
<tr>
<td class="main">Ja<input type="radio" name="gender" value="m" /></td>
<td class="main">Nein<input type="radio" name="gender" value="f" /><span class="inputRequirement">*</span></td>
</tr>
</table>
</td>
</tr>
</table>
<p><input type="submit" name="senden" id="senden" value="Anmelden" /> <input type="reset" name="loeschen" id="loeschen" value="Nicht anmelden" /></p>
</td>
</tr>
</table>
 
Zuletzt bearbeitet von einem Moderator:
Du setzt </form> vor dem Submit-Button. Das kann ja nicht gehen. <form>...</form> muss <input type="submit".../> einschließen, sonst gehört der Button doch nicht zum Formular. ;)
Bei dem gigantischen überflüssigen Tabellen-Gewürge kann man aber auch leicht den Überblick verlieren, das kann ich verstehen. :roll:

EDIT: Du solltest dich noch einmal von vorne mit dem Sinn von HTML und CSS auseinandersetzen, solange du noch Anfänger bist und sowieso noch lernst. Dein Code wird sinnvoller und übersichtlicher, wenn du Inhalt und Layout trennst.
 
Zurück
Oben