Hello All!!
Please, does the create table from form only work with the wizard method?
Am I able take an already created from layout and paste it into the form code- html. Minus the form tags of coarse, and then create the database table from the form, like you would do when you create a form with the wizard?
are there naming conventions that need to be adhered to? or can I use the same name for the id and name attributes?
thank you for your help!!!
Please, does the create table from form only work with the wizard method?
Am I able take an already created from layout and paste it into the form code- html. Minus the form tags of coarse, and then create the database table from the form, like you would do when you create a form with the wizard?
are there naming conventions that need to be adhered to? or can I use the same name for the id and name attributes?
thank you for your help!!!
Hi leeburghstrom,
You can copy and paste any valid HTML (+ PHP) into the Form HTML box.
The only naming conventions are that names and ids should start with a letter and only contain [a-zA-Z0-9] or underscore '_' (no dashes, spaces or other special characters). This is a tiny bit more restricitve than the HTML standards. Ids should also be unique on the page.
Bob
You can copy and paste any valid HTML (+ PHP) into the Form HTML box.
The only naming conventions are that names and ids should start with a letter and only contain [a-zA-Z0-9] or underscore '_' (no dashes, spaces or other special characters). This is a tiny bit more restricitve than the HTML standards. Ids should also be unique on the page.
Bob
This topic is locked and no more replies can be posted.