submit multiple forms to same page

前端 未结 6 1005
说谎
说谎 2021-01-07 04:44

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

6条回答
  •  抹茶落季
    2021-01-07 05:03

    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.

提交回复
热议问题