same form data, different actions on two separate submit buttons

后端 未结 3 754
野性不改
野性不改 2021-01-06 16:03

I have what is essentially a shopping cart that needs to have two separate checkout options. The first of which takes the user away from the site, but form data must be post

3条回答
  •  一整个雨季
    2021-01-06 16:09

    you could set an onclick handler to the buttons and change the form action dinamically.
    I'm giving this answer because you have the javascript tag and i assume the external site receives the parameters via POST METHOD so you could not make a redirection in php

    But i wouldn't trust in this because it require the users having javascript enabled...

提交回复
热议问题