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 posted.
How can I create two submit buttons that will send the same form data to their own separate page?
If I understand correctly, you have 2 submit buttons on the same page and both of them have the same form if that is so, this should do the trick.