Dec 19th, 2012, 1:37 PM
If you have FT create an Internal Form, it is only stored within the system.
Is there a way to get the form as HTML to paste into another site?
Not that I am aware of. Unless I plan on only using a form within FT, I create a form outside of FT and follow the steps in FT to add an External Form, which connects the form you create, to FT.
Just add the appropriate code in the external form to match the internal form #. Example:
<form action="http://yoursite.com/formtools/process.php" method="post">
<input type="hidden" name="form_tools_form_id" value="6" /> (6=the corresponding form)
Where is the form created saved at for use?
FT has a Premium extension if you wish to use a FT created form. View the video here for a good explanation of Internal vs External. http://modules.formtools.org/form_builder/
This software sets up the database for storage of the form data right?
Yes. This is created during the FT installation. And also each time you create a new form.
If you need help creating an external form, you could try using an online form generator, then follow the steps in FT to connect it as an external.
(example generator site: http://modules.formtools.org/form_builder/)
http://www.phpform.org/
Is there a way to get the form as HTML to paste into another site?
Not that I am aware of. Unless I plan on only using a form within FT, I create a form outside of FT and follow the steps in FT to add an External Form, which connects the form you create, to FT.
Just add the appropriate code in the external form to match the internal form #. Example:
<form action="http://yoursite.com/formtools/process.php" method="post">
<input type="hidden" name="form_tools_form_id" value="6" /> (6=the corresponding form)
Where is the form created saved at for use?
FT has a Premium extension if you wish to use a FT created form. View the video here for a good explanation of Internal vs External. http://modules.formtools.org/form_builder/
This software sets up the database for storage of the form data right?
Yes. This is created during the FT installation. And also each time you create a new form.
If you need help creating an external form, you could try using an online form generator, then follow the steps in FT to connect it as an external.
(example generator site: http://modules.formtools.org/form_builder/)
http://www.phpform.org/