Easy Form Wizard
This script helps you create an eForm form. It's only meant to get you started and at this point will only
spit out text inputs, and textareas. Hopefully I can flesh this out more in the future.
The format for the labels goes like this: Label|Custom Name|Type|Options
- Label: This is the label that will be shown above the field.
- Custom Name: This value will be used for the name, id, and for attributs. If no custom name is given then the program will try to parse the label into a name.
- Type: Input type. Currently supported types are:
- text (default if left blank)
- textarea
- select
- Options:
- Options for text elements. Size.
- Options for select elements. Format is value:label,value:label,etc.
See example below...
Example
First Name
Last Name|lname
This is a long label name|short_name
Comments||textarea
Gender||select|0:Male,1:Female