Forms

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
trevorm
 
 
Posts: 84
Joined: Sat Mar 14, 2020 3:43 pm

Forms

Post by trevorm »

Please can someone confirm or otherwise that when you create a form from scratch (i.e. not using form wizard), when you publish the page with the form, the table is created automatically in the MySQL DB provided the DB exists and that the table is not already created.

Automatic table creation is not happening for me in the aforementioned instance. However, when I use the Form Wizard, the DB Table is created automatically.

Does the using the form wizard automatically create the table, whereas not using the wizard, the table is not created?
User avatar
Pablo
 
Posts: 23121
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Forms

Post by Pablo »

There is no difference between a standard form or a form created with the Form Wizard.
In both cases the exact same code will be generated. Because after you finished the Form Wizard you will have a standard form.

If the table is not created then there is most likely a conflict in your settings.
trevorm
 
 
Posts: 84
Joined: Sat Mar 14, 2020 3:43 pm

Re: Forms

Post by trevorm »

Thank you for your advice
Post Reply