Hi!
Ich habe das Problem das ich keine Ahnung von php habe:-/
Hab mir jetzt das Formular generiert, aber wie kann ich es einstellen das die Nachricht direkt an mich geht, und net über den Anbieter läuft?
Mein Server hat php.
<div id="Layer6" style="position:absolute; left:314px; top:211px; width:491px; height:352px; z-index:22">
<meta http-equiv="Content-Language" content="de"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title></title>
<form action="http://www.ekiwi.de/tools/kontaktformular/formmail.php" method="POST" name="MyForm1"> <input type="hidden" name="redirect" value="http://www.ekiwi.de/tools/kontaktformular/danke.htm"> <input type="hidden" name="typemail" value="html"> <input type="hidden" name="crypt" value="0"> <input type="hidden" name="einleittext" value=""> <input type="hidden" name="admin1" value=""> <input type="hidden" name="admin2" value=""> <input type="hidden" name="subject" value="Anmeldung"><input type="hidden" name="admin" value="DittmarPfeil@idgie10.de"> <div align="center"> <table border="0" cellpadding="3" cellspacing="2"> <tr> <td align="right" bgcolor="#E6E6E6"><font color="#000000" face="Arial,helvetica" size="-1">Name :</font></td> <td bgcolor="#E6E6E6"><input type="text" name="name" value size="20"></td> </tr> <tr> <td align="right" bgcolor="#E6E6E6"><font color="#000000" face="Arial,helvetica" size="-1"> Ihre Emailadresse:</font></td> <td bgcolor="#E6E6E6"><input type="text" name="email" value size="20"></td> </tr> <tr> <td align="right" bgcolor="#E6E6E6"><font color="#000000" face="Arial,helvetica" size="-1">Telefon-Nummer:</font></td> <td bgcolor="#E6E6E6"><input type="text" name="tel" value size="20"></td> </tr> <tr> <td align="right" valign="top" bgcolor="#E6E6E6"><font color="#000000">
</font><font color="#000000" face="Arial,helvetica" size="-1">Kommentar:</font></td> <td bgcolor="#E6E6E6"><textarea cols="30" rows="10" name="comment"></textarea></td> </tr> <tr> <td colspan="2"><font face="Arial,helvetica"><input type="submit" name="next" value="Abschicken"><input type="reset" name="next" value="Zurücksetzen"></font></td> </tr> </table>
</div> </form></div>