Difference between revisions of "Judging/Application Form"
(Added a bunch of formInfo variables and some commentary advice about building a form, which should carry over into an example form. KFORMS HAS NOT BEEN CORRESPONDINGLY UPDATED YET.) |
(added formInfo.defaultMode) |
||
Line 16: | Line 16: | ||
//A displayable title for this form | //A displayable title for this form | ||
formInfo.displayTitle="2015 Judging Application Form"; | formInfo.displayTitle="2015 Judging Application Form"; | ||
+ | |||
+ | //Default mode if no mode (or invalid mode) is specified. | ||
+ | //Options are "view", "edit", "admin". I suggest setting default to "admin" | ||
+ | //while building a form, then changing to "view" when the form goes out for | ||
+ | //user testing or is published. | ||
+ | formInfo.defaultMode = "admin"; | ||
//What type of person or entity "owns" a copy of this form. | //What type of person or entity "owns" a copy of this form. |
Revision as of 22:17, 24 February 2015
This form has been submitted.
You can unsubmit the form if you wish to make further edits.
-- Please choose a team
Orange stuff is only visible to wiki superusers (hide orange stuff)
Go to Admin Mode / Go to Team Example / Go to Username:
This paragraph, with class="admins_only", is only visible to wiki superusers and in Admin mode. Add class="admins_only" to any element on the page.
3. Example checkbox question
4. Example drop-down question