Hi there
At the moment I'm using Chronoforms to take a user through multiple steps and in the end submit to a remote payment gateway. How can I submit all the required values I have as hidden inputs in my form to this remote URL and redirect to that payment gateway and still save data consistently. The payment gateway is a South African payment gateway called Payfast.
I have tried with jQuery to render a background
Thanks in advance. Any and all help appreciated.
Posted at 11.55PM SAST. So will reply in about 8 hours' time if anybody is gracious enough to spare me an answer.
At the moment I'm using Chronoforms to take a user through multiple steps and in the end submit to a remote payment gateway. How can I submit all the required values I have as hidden inputs in my form to this remote URL and redirect to that payment gateway and still save data consistently. The payment gateway is a South African payment gateway called Payfast.
I have tried with jQuery to render a background
$.ajax()
request to submit the form, but it is not working consistently for all browsers. Some users are just not getting redirected to the PG's side.
Thanks in advance. Any and all help appreciated.
Posted at 11.55PM SAST. So will reply in about 8 hours' time if anybody is gracious enough to spare me an answer.
Hello AnrietteC,
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
My form data isn't saving to the database correctly
P.S: I'm just an automated service😉
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
My form data isn't saving to the database correctly
P.S: I'm just an automated service😉
Hi AnrietteC,
If the gateway will accept a GET transfer then you can use the ReDirect URL and ReDirect User actions; if they require POST then you can create a 'Confirmation Page' form with the data in hidden inputs that will submit to the Gateway.
There are several example of both methods in the FAQs and forums.
Bob
If the gateway will accept a GET transfer then you can use the ReDirect URL and ReDirect User actions; if they require POST then you can create a 'Confirmation Page' form with the data in hidden inputs that will submit to the Gateway.
There are several example of both methods in the FAQs and forums.
Bob
This topic is locked and no more replies can be posted.