msilver
2005-07-30, 04:01:12
hi
habe mir mal auf www.formmailer.de ne contactform erstellt:
http://strezzkidz.de/page/contact.php
jetzt habe ich ja selber php fähigen webspace, ich blinse habe aber einfach keinen eigenen guten formmailer gefunden. so wie der ist, ist alles ok. nur jetzt wollte ich schwein mit dort die send.php holen:
http://www.formmailer.de/send.php
doch da steht nur das drin:
<html>
<head>
<title>Email wird verschickt, bitte warten...</title>
</head>
<body>
<div align="center">
<a href="http://www.domainbox.de" border="0"><img src="images/kaufen.gif" border="0"></a>
<br>
<br>
<p align='center'>Formular mit dieser ID nicht gefunden</p>
</div>
</body>
</html>
kann ich mir eventuell ne eigene send.php erstellen und in meinem formular auf diese verlinken?
mein formular hat folgenden code:
<!-- Form generated by Formmailer.de -->
<form target="_blank" action="http://www.formmailer.de/send.php" method="post">
<table>
<tr><td valign="top">Eintrittskarte für</td><td width="5"> </td><td valign="top"><select name="Karte[]" size="1" >
<option value="bitte wählen">bitte wählen</option>
<option value="Aggro Berlin">Aggro Berlin</option>
<option value="Ton aus Strom">Ton aus Strom</option>
</select></td></tr>
<tr><td valign="top">Name:</td><td width="5"> </td><td><input type="text" name="Name" size="25"></td></tr>
<tr><td valign="top">Vorname:</td><td width="5"> </td><td><input type="text" name="Vorname" size="25"></td></tr>
<tr><td valign="top">Straße:</td><td width="5"> </td><td><input type="text" name="Straße" size="25"></td></tr>
<tr><td valign="top">PLZ:</td><td width="5"> </td><td><input type="text" name="PLZ" size="25"></td></tr>
<tr><td valign="top">Wohnort:</td><td width="5"> </td><td><input type="text" name="Wohnort" size="25"></td></tr>
<tr><td valign="top">E-Mail:</td><td width="5"> </td><td><input type="text" name="E-Mail" size="25"></td></tr>
<tr><td valign="top">Telefon:</td><td width="5"> </td><td><input type="text" name="Telefon" size="25"></td></tr>
<tr><td valign="top">Anzahl der Karten</td><td width="5"> </td><td><input type="text" name="Anzahl" size="25"></td></tr>
<tr><td colspan="3" height="10"><input type="hidden" name="form" value="gelöscht"></td></tr>
<tr><td colspan="2"> </td><td><input type="submit" value="Absenden"></td></tr>
</table>
</form>
<!-- Copyright 2001-2003 by Formmailer.de -->
habe mir mal auf www.formmailer.de ne contactform erstellt:
http://strezzkidz.de/page/contact.php
jetzt habe ich ja selber php fähigen webspace, ich blinse habe aber einfach keinen eigenen guten formmailer gefunden. so wie der ist, ist alles ok. nur jetzt wollte ich schwein mit dort die send.php holen:
http://www.formmailer.de/send.php
doch da steht nur das drin:
<html>
<head>
<title>Email wird verschickt, bitte warten...</title>
</head>
<body>
<div align="center">
<a href="http://www.domainbox.de" border="0"><img src="images/kaufen.gif" border="0"></a>
<br>
<br>
<p align='center'>Formular mit dieser ID nicht gefunden</p>
</div>
</body>
</html>
kann ich mir eventuell ne eigene send.php erstellen und in meinem formular auf diese verlinken?
mein formular hat folgenden code:
<!-- Form generated by Formmailer.de -->
<form target="_blank" action="http://www.formmailer.de/send.php" method="post">
<table>
<tr><td valign="top">Eintrittskarte für</td><td width="5"> </td><td valign="top"><select name="Karte[]" size="1" >
<option value="bitte wählen">bitte wählen</option>
<option value="Aggro Berlin">Aggro Berlin</option>
<option value="Ton aus Strom">Ton aus Strom</option>
</select></td></tr>
<tr><td valign="top">Name:</td><td width="5"> </td><td><input type="text" name="Name" size="25"></td></tr>
<tr><td valign="top">Vorname:</td><td width="5"> </td><td><input type="text" name="Vorname" size="25"></td></tr>
<tr><td valign="top">Straße:</td><td width="5"> </td><td><input type="text" name="Straße" size="25"></td></tr>
<tr><td valign="top">PLZ:</td><td width="5"> </td><td><input type="text" name="PLZ" size="25"></td></tr>
<tr><td valign="top">Wohnort:</td><td width="5"> </td><td><input type="text" name="Wohnort" size="25"></td></tr>
<tr><td valign="top">E-Mail:</td><td width="5"> </td><td><input type="text" name="E-Mail" size="25"></td></tr>
<tr><td valign="top">Telefon:</td><td width="5"> </td><td><input type="text" name="Telefon" size="25"></td></tr>
<tr><td valign="top">Anzahl der Karten</td><td width="5"> </td><td><input type="text" name="Anzahl" size="25"></td></tr>
<tr><td colspan="3" height="10"><input type="hidden" name="form" value="gelöscht"></td></tr>
<tr><td colspan="2"> </td><td><input type="submit" value="Absenden"></td></tr>
</table>
</form>
<!-- Copyright 2001-2003 by Formmailer.de -->