Apr 9th, 2010, 9:35 PM
Hi Jonathan,
It sounds like one of the following:
1. Your form tag doesn't have a method="post" attribute
2. Your form doesn't have a hidden field passing the form ID. Also, double check the form ID being passed is correct (you can find the form ID on the main Forms page in Form Tools).
The hidden field should look something like this:
- Ben
It sounds like one of the following:
1. Your form tag doesn't have a method="post" attribute
2. Your form doesn't have a hidden field passing the form ID. Also, double check the form ID being passed is correct (you can find the form ID on the main Forms page in Form Tools).
The hidden field should look something like this:
Code:
<input type="hidden" name="form_tools_form_id" value="X" />
- Ben