Is it bad practice to have nested forms?

Possible duplicate:
Can you attach html forms?

Does bad practice have something like this ?:

<form method="post">

<form method="post">
</form>

</form>
+3
source share
3 answers

Yes. Even more. And it will not work properly. I would restructure the page to make sure it is not nested.

+4
source

- ​​ , . HTML? (: , ). HTML, HTML-, ? (: , , )

+1

I am sure that it will never work properly. As far as I know / worry about 100% practice.

0
source

All Articles