How to use two forms and submit once?

前端 未结 6 1153
广开言路
广开言路 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:46

    You could submit both forms at the same time via Ajax but your php script would only receive one form at a time. Better to just convert your 2 forms into one big form if you need all inputs going to one script

提交回复
热议问题