Forums

Post form data to another URL on submit

ltempest 22 Feb, 2017
Hello,
I have a form that is setup to gather user information before being passed to a barclaycard payment processing page:

https://payments.epdq.co.uk/ncol/prod/orderstandard.asp

I have tried entering this in the HTML (Render Form) action but, as noted, then nothing in the Submit actions trigger and the form submitted to the above URL is not formatted correctly as there are other actions in the Submit section that process the submitted form data into the correct format for the above payment processing URL to understand.

How can I both post my form to the Chrono processing URL so it is saved in the database, emailed to an admin and also the form data processed and then submitted to the above URL?

What action do I need in the submit box?

Thanks

Lee
GreyHead 22 Feb, 2017
Hi Lee,

If you need to send the user to the gateway site with the data then use the ReDirect action; if you just need to send the data and keep the user on your site then you can use the cURL action; if Barclaycard have a PHP API then you can use that in a Custom Code action.

Bob
This topic is locked and no more replies can be posted.