MarkX: Kontaktformular

Beitrag lesen

Hallo!

ich habe hier ein Kontaktformular in HTML, das jedoch nicht richtig funktioniert:

Kein Wunder!

<form action="post" enctype="text/plain" method="mailto:name@name.de">

Du hast action und method verwechselt.

<form method="post">

Wieso machst Du hier noch ein Formular auf?

<input type="hidden" name="addr" value="name@name.de">
        <input style="margin-top: 26px;" type="submit"  value="Absenden">

Ich würde vorschlagen Du beschäftigst Dich mal mit Formularen: http://selfhtml.teamone.de/html/formulare/definieren.htm

MfG
MarkX.