Can I make a submit button from one form also submit a second form's info?
I have a situation where I have a lengthy series of html forms that need to be filled in. Enough of them that people may not want to do it all in one go.. Long story short. there's a navigation bar (made of form submit buttons)at the top of the page that lets you move around within the forms and update or change info.. and then there is the submit button for the form you are filling in.
Sometimes people are using the navigation menu as the "Next" button.. can I just make that work for them using JS of some kind? .. SO like the sumbit button from form A also submits any filled in info from form B even though they are not contained in the same form tag..