I have three forms on a page. They each have multiple inputs including files. I would like so that when I submit the last form, the inputs for all three forms are sent to
You could submit them to hidden Iframes, that way you maintain control of the host page.
You can write one JS function that submits all three forms.