I need to submit my cart to paypal in a <form />
, (using the web payments standard option).
Rather than draw the contents of this form to the page, and have the 'place order' button post directly to paypal.com, is it possible to have the 'place order' button post back to me, for me to then post the cart, and redirect the user to the correct location?
If not the only option i could see would be to post the cart to paypal myself, retrieve some unique id, and then redirect the user to a page with this unique id, however i dont think 'web payments standard' supports this.