Sep 9th, 2012, 1:17 PM
Hello Everyone,
I am trying to connect an external form into form-tools. I am using Jotfrom for user interface and I need to store my data into form-tools. In order to do so, In Jotfrom, I've replaced my Thank you page with:
http://www.fct-engineering.com/formtools/process.php
Then I made a submission which failed as it needs this field:
form_tools_form_id
I've added this hidden field to my form and set the value to 6. I get 6 as an ID per the main form list, also per the instruction in the process of making this external form:
Open your form in an editor of your choice and change your form tag to the following, including the two hidden fields
<form action="http://www.fct-engineering.com/formtools/process.php" method="post" enctype="multipart/form-data">
<input type="hidden" name="form_tools_initialize_form" value="1" />
<input type="hidden" name="form_tools_form_id" value="6" />
I thought that will work but I get the following error, which seems odd per the value mentioned above:
Sorry, this doesn't appear to be a valid form ID.
Can anyone help me what is wrong there???
Thanks in advance,
Firas
I am trying to connect an external form into form-tools. I am using Jotfrom for user interface and I need to store my data into form-tools. In order to do so, In Jotfrom, I've replaced my Thank you page with:
http://www.fct-engineering.com/formtools/process.php
Then I made a submission which failed as it needs this field:
form_tools_form_id
I've added this hidden field to my form and set the value to 6. I get 6 as an ID per the main form list, also per the instruction in the process of making this external form:
Open your form in an editor of your choice and change your form tag to the following, including the two hidden fields
<form action="http://www.fct-engineering.com/formtools/process.php" method="post" enctype="multipart/form-data">
<input type="hidden" name="form_tools_initialize_form" value="1" />
<input type="hidden" name="form_tools_form_id" value="6" />
I thought that will work but I get the following error, which seems odd per the value mentioned above:
Sorry, this doesn't appear to be a valid form ID.
Can anyone help me what is wrong there???
Thanks in advance,
Firas