The following warnings occurred:
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $newpmmsg - Line: 40 - File: global.php(841) : eval()'d code PHP 8.1.31 (Linux)
File Line Function
/global.php(841) : eval()'d code 40 errorHandler->error
/global.php 841 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 909 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 909 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5024 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 5024 errorHandler->error
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 7162 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 7162 errorHandler->error
/inc/functions.php 5044 is_member
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key 1 - Line: 1415 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 1415 errorHandler->error
/inc/functions.php 1370 fetch_forum_permissions
/printthread.php 76 forum_permissions
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Form Tools
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/