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...
May 31, 20242 min read762
