Is to possible to submit two forms simultaneously?

前端 未结 6 682
说谎
说谎 2020-12-21 13:42

Is to possible to submit two forms simultaneously with either javascript or a submit button?

Form structure is ok something like this:

6条回答
  •  醉话见心
    2020-12-21 14:12

    The purpose of the tag is to encapsulate the information that the browser sends to the server.

    The only way to work around that would be to have some JavaScript that walks through the DOM and pulls info from one form and puts it in the other when the user clicks Submit.

提交回复
热议问题