The following warnings occurred:
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.27 (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.27 (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.27 (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.27 (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.27 (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.27 (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.27 (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.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Form Tools
How to create a form? - 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: How to create a form? (/showthread.php?tid=329)



How to create a form? - mtod1 - Oct 10th, 2009

Hi all.

I'm a bit confused and need a little help.

I've installed form tools 2.0.0 , installation was easy as and no probs.

However I can't work out how to create a form.

From the main menu, I've selected Forms which states
- 'There are currently no forms in the database. To add a new form, click the Add Form button below'.

I've then selected Add Form which states

- 'The following pages lead you through the steps to configure Form Tools to store your form submissions. Before continuing, please check that:
* your form has already been created and it's accessible via a URL (localhost is fine)
* are able to edit your form'

My confusion lies in where am I supposed to create a form as stated above.

It's probably a very simple thing that i'm not seeing, but any help would be much appreciated.

Cheers


RE: How to create a form? - Ben - Oct 12th, 2009

Heya,

Ah! Form Tools doesn't actually CREATE forms: you need to create them yourself, using whatever tools you want. Some people use scripts like Dreamweaver of Microsoft Expression Web, other people build them themselves, still others build them in Flash.

Form Tools just *processes* those forms: it creates a database out of your form and provides the UI for managing your form content.

Hope this info helps!

- Ben


RE: How to create a form? - titooooo - Oct 13th, 2010

Hi..
well
I am really new in coding.. but If the forum helps me, I would be happy to make some videos.. to help people like me..

I have found that the easy way ( not sure about it) to make the forms, ( that includes uploading files ) is :
http://phpformgen.sourceforge.net/new_demo/phpformgen/

trouble comes when I try to integrate it with formtools.
I have read the tutorials.. I have try.. but it simply dosent work for me.

Anyone that would like to help?

Thanks
Tito



(Oct 12th, 2009, 4:26 PM)Ben Wrote: Heya,

Ah! Form Tools doesn't actually CREATE forms: you need to create them yourself, using whatever tools you want. Some people use scripts like Dreamweaver of Microsoft Expression Web, other people build them themselves, still others build them in Flash.

Form Tools just *processes* those forms: it creates a database out of your form and provides the UI for managing your form content.

Hope this info helps!

- Ben



RE: How to create a form? - Ben - Oct 17th, 2010

Hi Tito,

I'm afraid I don't know much about that script, but since it generates both the HTML forms and some backend PHP code, you'll need to figure out how to funnel that information into Form Tools at the end of the form. The Form Tools tutorials really only cover "plain vanilla" approached when you have the markup but no PHP, so you'll need a programmer handy to work on the integration for you.

Sorry about that...!

- Ben


RE: How to create a form? - titooooo - Oct 17th, 2010

Thanks.
anyway.
I read alitlle bit more. i found out that, I can make them with.
http://phpfmg.sourceforge.net/

mine are already working. I am really happy about it.

thanks.

(Oct 17th, 2010, 4:49 AM)Ben Wrote: Hi Tito,

I'm afraid I don't know much about that script, but since it generates both the HTML forms and some backend PHP code, you'll need to figure out how to funnel that information into Form Tools at the end of the form. The Form Tools tutorials really only cover "plain vanilla" approached when you have the markup but no PHP, so you'll need a programmer handy to work on the integration for you.

Sorry about that...!

- Ben



RE: How to create a form? - Marlee00 - May 4th, 2023

I think it's a good idea. The only thing I would mention is that your form shouldn't be too long. If it's too long, it could get confusing for people and not make sense. So I would suggest cutting some things off. Try this company website for more ideas. Create a Form is a great way to collect information from your users.