I'm beginner to mvc. I have a form with check boxes, radio button and text boxes, with an action that insert data in Table1.
A part of the form is a list of checkbox with multiple selection that should be inserted in Table2.
How it can work? Can a form work with 2 action? or there is another way to save data in 2 or more table?