Nov 15th, 2009, 8:18 PM
This is what I use. Some of my Form Tools forms are only accessed via Form Tools and the data is entered directly.
Code:
<form action="http://[yourformtoolsinstall]/process.php" method="post">
<strong>Form Tools Quick Form Adding</strong><br />
(type the form id number into the box to continue.)<br />
<input type="hidden" name="form_tools_initialize_form" value="1" />
<input type="text" name="form_tools_form_id" style="width: 38px" size="3" />
<input type="submit" value="Fake It" />
</form>