Apr 30th, 2012, 7:01 AM
(This post was last modified: Apr 30th, 2012, 7:03 AM by michatmaster7.)
Well, while I will say again that I'm not familiar with the Form Builder module, it seems like the form should have an action... When using a simple POST form, usually the action is something like:
Referencing the do-it-yourself way from this tutorial: http://docs.formtools.org/tutorials/addi...page=index
Have you seen this?: http://modules.formtools.org/form_builde...first_form
Code:
<form action="http://www.yoursite.com/path/to/form_tools/process.php" method="post">
Referencing the do-it-yourself way from this tutorial: http://docs.formtools.org/tutorials/addi...page=index
Have you seen this?: http://modules.formtools.org/form_builde...first_form