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.