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 may want to try using serialize() and append the string to your action URL.