Hello All,
I want to use CURL for multi page form so that the mother form should send all the child forms details to CURL after last page is submitted.
How can I do this ?
I want to use CURL for multi page form so that the mother form should send all the child forms details to CURL after last page is submitted.
How can I do this ?
Hi Lara_Shadow,
You should be able to do this with the cURL plugin enabled on the Mother form. Off the top of my head I'm not sure if ChronoForms will find all the data there. It's saved in the session and is available in the $posted array. You may need to copy this over to the $_POST array for the plugin to see it. That can be done - along with any other pre-processing - in the plugin before code box.
Bob
You should be able to do this with the cURL plugin enabled on the Mother form. Off the top of my head I'm not sure if ChronoForms will find all the data there. It's saved in the session and is available in the $posted array. You may need to copy this over to the $_POST array for the plugin to see it. That can be done - along with any other pre-processing - in the plugin before code box.
Bob
This topic is locked and no more replies can be posted.