Hi,
i'm in the need to share my form data with another system and another CMS.
The person who manage this system, has send to me that kind of instruction:
And you need to use
<form action='URL_of_receiving_page' method='post'>
<input type='hidden' name='template' value='abc' />
<input type='hidden' name='language' value='1001' />
{HTML of the form}
</form>
I don't understand anything of his request.
Can anyone help me?
The final goal is to transfer data that are submitted by using Chronoforms.
Thank you.
i'm in the need to share my form data with another system and another CMS.
The person who manage this system, has send to me that kind of instruction:
And you need to use
<form action='URL_of_receiving_page' method='post'>
<input type='hidden' name='template' value='abc' />
<input type='hidden' name='language' value='1001' />
{HTML of the form}
</form>
I don't understand anything of his request.
Can anyone help me?
The final goal is to transfer data that are submitted by using Chronoforms.
Thank you.
Hi MaxSl,
If you **only** need to pass the data and the user to the other CMS then you can change the Submit URL of your form in the form General tab. If you do this then ChronoForms will never see the submitted data and so can do nothing else with it.
If you want ChronoForms to process the data or you want to keep the user on your site then you can pass the data on using the cURL action. There's a FAQ here about sending data to SalesForce using the same process.
Bob
If you **only** need to pass the data and the user to the other CMS then you can change the Submit URL of your form in the form General tab. If you do this then ChronoForms will never see the submitted data and so can do nothing else with it.
If you want ChronoForms to process the data or you want to keep the user on your site then you can pass the data on using the cURL action. There's a FAQ here about sending data to SalesForce using the same process.
Bob
This topic is locked and no more replies can be posted.