Jan 12th, 2012, 10:05 AM
(This post was last modified: Jan 12th, 2012, 10:06 AM by michatmaster7.)
It looks like you have two form IDs for this form, that could be causing a glitch. In your HTML, find the <form> tag. Just below it, you have:
Login to your Form Tools admin and determine which ID it is supposed to be and delete the extra line here.
If you get stuck, I would review the steps outlined in this article again, just to make sure you did all the steps correctly: http://docs.formtools.org/tutorials/addi...page=index
Disclaimer - I'm just trying to be helpful here, I am not affiliated with FormTools.
Code:
<input type="hidden" name="form_tools_form_id" value="2" />
<input type="hidden" name="form_tools_form_id" value="3" />
Login to your Form Tools admin and determine which ID it is supposed to be and delete the extra line here.
If you get stuck, I would review the steps outlined in this article again, just to make sure you did all the steps correctly: http://docs.formtools.org/tutorials/addi...page=index
Disclaimer - I'm just trying to be helpful here, I am not affiliated with FormTools.