DynamicForms
From BirthWiki
DYNAMICFORM
Waiting is a such a waste of time
SYNTAX OF INPUT FILE
Submit a text file as an input which should maintain the following syntax to generate required forms
SYNTAX: Question:formfield(option1,option2);
Question can be any thing and it is optional, colon(:)it is must and it should followed by formfield, paranthesis() are must and options in it are optional, if we are interested in giving more than one option then options must be seperated by commas.EXAMPLE: Hobbies:checkbox(music,reading,programming);
Hobbiesmusic reading programming
If semicolon(;)is not provided at the end of line the the question and its options will be displayed in the same line.
DESCRIPTION
Hai friend follow the above simple syntax and generate your desired form, Its like a question seperated by colon(:) which should be followed, by its respective formfield and options in paranthesis seperated by commas(,) semicolon(;) at last represents that the options that we provide will display in following line of question, if there are any fields that cannot be left empty then specify those questions with star(*) symbol in front of them.
Some of the Form fields
| SYMBOL | FORMFIELD |
|---|---|
| text | |
| textarea | |
| checkbox | |
| radio | |
| browse/file | |
| button | |
| dropdownlist/select |
NOTE
Empty lines are not allowed in the input file(even at the end of file).