The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
Installed and made new form but ... - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5) +--- Thread: Installed and made new form but ... (/showthread.php?tid=2316) |
Installed and made new form but ... - bdspvl - Dec 12th, 2012 I need help on: How to use the form on my sites or external sites? Is there a way to get the form as HTML to paste into another site? Need a beginner's explanation on internal, external? Where is the form created saved at for use? This software sets up the database for storage of the form data right? Barry RE: Installed and made new form but ... - bills - Dec 19th, 2012 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/ |