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

Kontaktformular Probleme

Status
Für weitere Antworten geschlossen.

Britt25

Neues Mitglied
Hallo zusammen,

Ich habe ein kleines Problem mit einem Kontaktformular. Ich habe das ganze schon mal hochgeladen und es sieht na ja ganz ok aus. eingeben kann man auch alles und es scheint auch so das es versendet wird. OO ja genau es scheint so..... die Mails kommen nie an. Was habe ich falsch gemacht.

Müsste ich nicht noch irgendwo im Skript meine eigenen email angeben?

so schaut das ganze aus schon mal im Voraus recht herzlichen
dank für eure mühe und Hilfe.

und so schaut es aus Unbenanntes Dokument












html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Unbenanntes Dokument</title>
<style type="text/css">
<!--
body {
background-color: #999999;
}
.Stil1 {font-size: 12px}
.Stil2 {color: #FFFFFF}
.Stil3 {font-size: 10px}
.Stil4 {
font-size: 10;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Stil5 {font-size: 12px; color: #FFFFFF; }
.Stil10 {font-size: 14}
.Stil11 {font-size: 14px}
.Stil14 {font-size: 18px}
.Stil15 {font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.Stil17 {font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; }
-->
</style></head>

<body>
<form action="<? echo $PHP_SELF; ?>" method='post' enctype='multipart/form-data' name='form' id="form">
<table width="1000" height="580">
<tr>
<th height="574" align="left" valign="top" scope="row"><table width="999" height="570">
<tr>
<th width="333" height="564" align="left" valign="top" scope="row"><table width="319" height="560">
<tr>
<th width="311" height="186" align="left" valign="top" scope="row"><p class="Stil5"><br />
<br />
</p>
</th>
</tr>
<tr>
<th height="86" scope="row">&nbsp;</th>
</tr>
<tr>
<th height="278" align="left" valign="top" scope="row"><p class="Stil15">&nbsp;</p>
</th>
</tr>
</table></th>
<td width="654" align="left" valign="top"><table width="651" height="275">
<tr>
<th height="37" scope="row">&nbsp;</th>
</tr>
<tr>
<th height="230" align="left" valign="top" scope="row"><table width="642" height="228">
<tr>
<th width="307" height="222" align="left" valign="top" scope="row"><table width="304" height="216">
<tr>
<th width="296" height="52" align="left" valign="top" scope="row"><span class="Stil2">*Name:</span><br />
<input name="name2" type="text" id="name" size="40" value='' /></th>
</tr>
<tr>
<th height="50" align="left" valign="top" scope="row"><span class="Stil2">*Firma: </span><br />
<input name="name3" type="text" id="firma" size="40" value='' /></th>
</tr>
<tr>
<th height="43" align="left" valign="top" scope="row"><span class="Stil2">Stra&szlig;e, Nr.:</span><br />
<input name="name5" type="text" id="stra&szlig;e" size="40" value='' /></th>
</tr>
<tr>
<th height="59" align="left" valign="top" scope="row"><span class="Stil2">Telefon:</span><br />
<input name="telefon" type="text" id="telefon" size="40" value='' /></th>
</tr>


</table></th>
<td width="323" align="left" valign="top"><table width="320" height="220">
<tr>
<th height="51" align="left" valign="top" scope="row"><span class="Stil2">Vorname:</span><br />
<input name="name" type="text" id="vorname" size="40" value='' /></th>
</tr>
<tr>
<th height="49" align="left" valign="top" scope="row"><span class="Stil2">Branche:</span><br />
<input name="name4" type="text" id="branche" size="40" value='' /></th>
</tr>
<tr>
<th height="43" align="left" valign="top" scope="row"><span class="Stil2">*Ort / PLZ:</span><br />
<input name="name6" type="text" id="ort / plz" size="40" value='' /></th>
</tr>
<tr>
<th height="62" align="left" valign="top" scope="row"><span class="Stil2">*Email:</span><br />
<input name="email" type="text" id="email" size="40" value='' />
<br /></th>
</tr>
</table></td>
</tr>
</table></th>
</tr>
</table>
<table width="646" height="286" align="right">
<tr>
<th width="552" height="280" align="left" valign="top" nowrap="nowrap" scope="row"><p><span class="Stil2">Ihre Nachricht:</span><br />
<textarea name="text" id="text" cols="70" rows="10"><?php echo $text; ?></textarea>
</p>
<p> <br />
<input name="submit" type="submit" class="button" value="Absenden" />
&nbsp;&nbsp;&nbsp;
<input name="reset" type="reset" class="button" value="L&ouml;schen" />
</p>
<p class="Stil1">&nbsp;</p>
</th>
</tr>
</table></td>
</tr>
</table></th>
</tr>
</table>
</form>
</body>
</html>
 
Wie soll denn da etwas abgeschickt werden? Du hast das reine Formular, aber keinen Code, der die Daten verarbeitet. Die Daten werden also eingegeben und nix passiert, woher soll denn das Script wissen, dass sie an deine E-Mail verschickt werden sollen?

Versuchs mal mit der mail()-Funktion ;)

MfG Icy
 
Status
Für weitere Antworten geschlossen.
Zurück
Oben