Submit two forms with one button

后端 未结 7 1633
面向向阳花
面向向阳花 2020-11-22 04:20

I have HTML two forms, one that submits data upon entry to a database using PHP, the other directs the user to a paypal payment page, my problem is that the user would have

7条回答
  •  傲寒
    傲寒 (楼主)
    2020-11-22 04:48

    You can submit the first form using AJAX, otherwise the submission of one will prevent the other from being submitted.

提交回复
热议问题