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:
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"> </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" /> </td>
</tr>
<tr>
<td class="main">Vorname:</td>
<td class="inputRequirement"><input type="text" name="firstname" /> <span class="inputRequirement">*</span></td>
</tr>
<tr>
<td class="main">Nachname:</td>
<td class="inputRequirement"><input type="text" name="lastname" /> <span class="inputRequirement">*</span></td>
</tr>
<tr>
<td class="main">eMail-Adresse:</td>
<td class="inputRequirement"><input type="text" name="email_address" /> <span class="inputRequirement">*</span></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="main"> </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" /> </td>
</tr>
<tr>
<td class="main">Postleitzahl:</td>
<td class="inputRequirement"><input type="text" name="postcode" /> </td>
</tr>
<tr>
<td class="main">Ort:</td>
<td class="inputRequirement"><input type="text" name="city" /> </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> <span class="inputRequirement">*</span></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="main"> </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" /> </td>
</tr>
<tr>
<td class="main">Telefaxnummer:</td>
<td class="inputRequirement"><input type="text" name="fax" /> </td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="main"> </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" /> <span class="inputRequirement">*</span></td>
</tr>
<tr>
<td class="main">Passwort bestätigen</td>
<td class="inputRequirement"><input type="password" name="confirmation" maxlength="40" /> <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: