
Chris K. answered 09/12/20
3 Years of Professional Front End Web Development
No, you cannot nest a <form> inside of another <form> per HTML standards. It sounds like at this point you have 2 options. You can either create those as 2 separate forms since they don't share any common information, or you can use JavaScript to obtain the desired result. I would personally just make 2 forms for that though.