Can you nest HTML forms?
According to this SO post, well... no. What if there was a way to do it anyway ?
Nesting form is not allowed
If you try to do this:
<form action="/main">
<input type="text" name="main_field">
<form action="/sub">
<input type="text" na...
blog.lekoala.be2 min read