Kommentare

MAGIX Foto & Grafik Team schrieb am 08.04.2010 um 16:13 Uhr
Hallo Poldi,

Hier ein kleiner, selbstgeschriebener Kontaktformular-Code, wenn du keine Werbung von Drittanbietern haben möchtest:

<html>

<head>
<title> deine@emailadresse.de </title>
</head>

<body bgcolor="white" text="white" link="blue" vlink="purple" alink="red">

<form name="emailform" target="_self" method="post" action="senden.php">
<table border="0" cellpadding="0" cellspacing="0" width="500" align="center">
    <tr>
        <td valign="top" style="font-family:Arial,sans-serif; font-size:15px;">
            <p>Ihre E-Mail Adresse</p>
        </td>
        <td valign="top" style="font-family:Arial,sans-serif; font-size:15px;">
                <p><input type="text" name="email"></p>
        </td>
    </tr>
    <tr>
        <td valign="top" style="font-family:Arial,sans-serif; font-size:15px;">
            <p>Ihr Betreff</p>
        </td>
        <td valign="top" style="font-family:Arial,sans-serif; font-size:15px;">
                <p><input type="text" name="betreff"></p>
        </td>
    </tr>
    <tr>
        <td valign="top" style="font-family:Arial,sans-serif; font-size:15px;">
            <p>Ihre Nachricht</p>
        </td>
        <td valign="top" style="font-family:Arial,sans-serif; font-size:15px;">
                <p><textarea name="nachricht" rows="5"></textarea></p>
                <p><input type="submit" name="senden"></p>
        </td>
    </tr>
</table>
</form>
</body>

</html>


Viele Grüße,
MAGIX Foto & Grafik Team
MAGIX Foto & Grafik Team schrieb am 08.04.2010 um 16:17 Uhr
Vergessen:
Den Code einfach über Platzhalter auf der Webseite einbinden.

Viele Grüße!
barbaramayer schrieb am 30.06.2010 um 10:39 Uhr
Hallo!

Ich habe auch den einfachen selbstgeschriebenen Kontaktformular-Code verwendet.
Funktioniert bei mir aber nicht. Was habe ich falsch gemacht!
Ich arbeite mit Web Designer 6. Meine Homepage ist aber noch nicht veröffentlicht. Ist das vielleicht die Fehlerquelle?

Besten Dank für eine hilfreiche Antwort!

Barbara