Asked • 04/24/19

Is it valid to have a html form inside another html form?

Is it valid html to have the following: <form action="a"> <input.../> <form action="b"> <input.../> <input.../> <input.../> </form> <input.../> </form>So when you submit "b" you only get the fields within the inner form. When you submit "a" you get all fields minus those within "b".If it isn't possible, what workarounds for this situation are available?

1 Expert Answer

By:

Chris K. answered • 09/12/20

Tutor
4.9 (143)

3 Years of Professional Front End Web Development

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.