tox: 2 identische Forms in einer Seite, nur 1 funktioniert

Beitrag lesen

Hallo alle,

ich habe auf einer Seite zwei Formulare die das gleiche Ziel haben. Wenn man Button 1e klickt kommt in Seite 1a der Value 2c an. Warum?

<form action="1a" method="post">
<input type="hidden" name="1b" value="1c">
<input name="1d" type="text">
<input type="submit" name="1e" value="1f">
</form>

<form action="1a" method="post">
<input type="hidden" name="2b" value="2c">
<input name="2d" type="text">
<input type="submit" name="2e" value="2f">
</form>

Danke und Gruss