How to use two forms and submit once?

前端 未结 6 1156
广开言路
广开言路 2020-12-11 07:20

Is it possible to have two forms with two submit buttons such that when I click on the button it saves the input fields in both forms?

I\'m concerning to solve this

6条回答
  •  北海茫月
    2020-12-11 07:33

    If you have a problem like this, the design is flawed.

    You can submit only one form at a time for a reason.

    Change the design to use only one form; doing workarounds to submit two anyway is a horrible practice that would be better to avoid.

提交回复
热议问题