Re: [Xsltforms-support] sending xsltforms submission to PayPal for processing - possible?
Brought to you by:
alain-couthures
From: COUTHURES A. <ala...@ag...> - 2010-04-16 20:04:44
|
Hi Alexander, > Have any of you managed to accomplish this? I have a 3-product > ordering xsltforms form. I would like to send the data the form > collects for payment processing to PayPal using this submission: > > <xforms:submission id="s01" method="post" ref="order/paypal" > replace="all" action="http://www.sandbox.paypal.com/cgi-bin/webscr"/> This is clearly a problem concerning the cross-domain restriction. Would there be possible to use a GET method instead with xforms:load? Another approach, do you think you could use URL rewriting? This is an interesting feature! Thank you for your feedbacks! -Alain |