Hi, is it possible to create multiple forms on one page but use just one submit button for all?
I need a page with several form fields dotted about in various places - all will be inside different containers.
I need to somehow send all forms at once with one button.
Whatever is easiest to implement is fine with me whether that is somehow breaking up one form and have the fields scattered about the page, or several forms with one button which submits everything at once.
Cheers