<form action="http://www.Your_Website.org/formtools/process.php" method="post">
<input type="hidden" name="form_tools_initialize_form" value="1" />
<input type="hidden" name="form_tools_form_id" value="15" />
<input type="hidden" name="form_tools_initialize_form" value="1" />
<input type="hidden" name="form_tools_form_id" value="15" />
The second line gets deleted after the connection between the website form and the FormTools link is established. However, I cannot for the life of me get it to work with CCWFB. The FormTools tech support says the following:
I'm afraid I don't know that script. But as long as it generates a form that can POST its data somewhere, it'll be compatible.
AND
You're implementing a POST form? That code provided by Form Tools needs to be added to your form: the actual HTML in the form markup itself. I'm not sure how CoffeeCup works, exactly, but you'll need to include those two hidden fields and point the form to the process.php by changing the "action" attribute.
Anyone have any ideas???