Hi All
I have chronoform where user enters his/her payment details (except Credit card No.) like name, service pack, address etc—which is saved by DB Save action on Submit Event.
http://www.astrodarshan.com/index.php/payment-details
Now I have to send all these field values to checkout.php page especially through the post method.
Note: - checkout.php is core PHP page
Anyone please tell me how to achieve it
Any hint or guide is appreciated
Thanking you in advance
Djay
I have chronoform where user enters his/her payment details (except Credit card No.) like name, service pack, address etc—which is saved by DB Save action on Submit Event.
http://www.astrodarshan.com/index.php/payment-details
Now I have to send all these field values to checkout.php page especially through the post method.
Note: - checkout.php is core PHP page
Anyone please tell me how to achieve it
Any hint or guide is appreciated
Thanking you in advance
Djay
Hi Djay,
You don't say what the checkout.php page is (beyond the obvious). If it is a checkout class then the simplest way may be to include that into a Custom Code action in your form.
If not then you can create a little form in ChronoForms, pass the data to that and set the URL of the checkout.php Page as the Submit URL.
Bob
PS There are several FAQs on working with third party sites that may be helpful. This FAQ leads to a paid tutorial with some other examples.
You don't say what the checkout.php page is (beyond the obvious). If it is a checkout class then the simplest way may be to include that into a Custom Code action in your form.
If not then you can create a little form in ChronoForms, pass the data to that and set the URL of the checkout.php Page as the Submit URL.
Bob
PS There are several FAQs on working with third party sites that may be helpful. This FAQ leads to a paid tutorial with some other examples.
Hi Bob
thanks for your reply
I was just waiting for your reply
Is the PDF which you mentioned is for CFv4 and Joomla 2.5, if yes i will purchase it.
Does it deals with passing the field values with post method which is secure for sending payment details
Further my checkout.php page is simple php programmed page passing user payment details to ccavenue payment gateway
Thanks
Djay
thanks for your reply
I was just waiting for your reply
Is the PDF which you mentioned is for CFv4 and Joomla 2.5, if yes i will purchase it.
Does it deals with passing the field values with post method which is secure for sending payment details
Further my checkout.php page is simple php programmed page passing user payment details to ccavenue payment gateway
Thanks
Djay
This topic is locked and no more replies can be posted.