Hi,
ich hab ein Formular erstellt (also nicht ich, hab das von Kingtools)und möchte es nun verändern also das ist erstmal der Code:
Code
<form name="form" method="post" action="http://www.kingtools.de/tools/formmailer/action.php">
<table width="50%" border="1" bordercolor="C0C0C0" bgcolor="eeeeee" cellspacing="0" cellpadding="2" align="center" style="border-collapse: collapse" class="maintext">
<tr>
<td><table width="100%" border="0" bordercolor="C0C0C0" cellspacing="0" cellpadding="1" align="center">
<tr>
<td align="center" colspan="2" bgcolor="eeeeee">[b]Formular[/b]</td>
</tr>
<tr>
<td width="35%" align="left"><font face="Trebuchet MS" size="2" color="000000">Vorname</font></td>
<td width="65%" align="left"><font face="Trebuchet MS" size="2" color="000000">
<input type="text" name="vorname" value="" class="input">
</font></td>
</tr>
<tr>
<td width="35%" align="left"><font face="Trebuchet MS" size="2" color="000000">Nachname</font></td>
<td width="65%" align="left"><font face="Trebuchet MS" size="2" color="000000">
<input type="text" name="nachname" value="" class="input">
</font></td>
</tr>
<tr>
<td width="35%" align="left"><font face="Trebuchet MS" size="2" color="000000">Straße</font></td>
<td width="65%" align="left"><font face="Trebuchet MS" size="2" color="000000">
<input type="text" name="straße" value="" class="input">
</font></td>
</tr>
<tr>
<td width="35%" align="left"><font face="Trebuchet MS" size="2" color="000000">PLZ</font></td>
<td width="65%" align="left"><font face="Trebuchet MS" size="2" color="000000">
<input type="text" name="plz" value="" class="input">
</font></td>
</tr>
<tr>
<td width="35%" align="left"><font face="Trebuchet MS" size="2" color="000000">Ort</font></td>
<td width="65%" align="left"><font face="Trebuchet MS" size="2" color="000000">
<input type="text" name="ort" value="" class="input">
</font></td>
</tr>
<tr>
<td width="35%" align="left"><font face="Trebuchet MS" size="2" color="000000">Land</font></td>
<td width="65%" align="left"><font face="Trebuchet MS" size="2" color="000000">
<input type="text" name="land" value="" class="input">
</font></td>
</tr>
<tr>
<td width="35%" align="left"><font face="Trebuchet MS" size="2" color="000000">E-Mail</font></td>
<td width="65%" align="left"><font face="Trebuchet MS" size="2" color="000000">
<input type="text" name="e-mail" value="" class="input">
</font></td>
</tr>
<tr>
<td width="35%" align="left"><font face="Trebuchet MS" size="2" color="000000">Spiel</font></td>
<td width="65%" align="left"><font face="Trebuchet MS" size="2" color="000000">
<input type="text" name="spiel" value="" class="input">
</font></td>
</tr>
<tr>
<td width="35%" align="left"><font face="Trebuchet MS" size="2" color="000000">Clan-Homepage</font></td>
<td width="65%" align="left"><font face="Trebuchet MS" size="2" color="000000">
<input type="text" name="clan-homepage" value="" class="input">
</font></td>
</tr>
<tr>
<td width="35%" align="left"><font face="Trebuchet MS" size="2" color="000000">Member</font></td>
<td width="65%" align="left"><font face="Trebuchet MS" size="2" color="000000">
<input type="text" name="member" value="" class="input">
</font></td>
</tr>
<tr>
<td width="35%" align="left"><font face="Trebuchet MS" size="2" color="000000">Wieso sollten wir grade Sie sponsoren</font></td>
<td width="65%" align="left"><font face="Trebuchet MS" size="2" color="000000">
<textarea name="wieso_sollten_wir_grade_sie_sponsoren" class="input"></textarea>
</font></td>
</tr>
<tr>
<td align="center" colspan="2">
<input type="hidden" name="id" value="45608">
<input type="submit" name="submit" value="Abschicken" class="formbutton">
<input type="reset" name="reset" value="Zurücksetzen" class="formbutton">
</td>
</tr>
</table></td>
</tr>
</table>
</form>
Alles anzeigen
So ich möchte jetzt, dass da ein Dropdöwnmenü ist also, wenn ich z.b. hallo wähle öffnet sich der Teil ab Spiel, so wenn ich aber tschüss wähle öffnet sich ein anderer Teil, (den ich noch nicht eingefügt habe). Also irgendwas mit if und else. Wie geht das denn?