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



You have JavaScript disabled.

This page requires JavaScript in order to function correctly. Please enable JavaScript in your browser, then try again.

This form has been submitted.

You can unsubmit the form if you wish to make further edits.

Click here to dismiss this message

-- Please choose a team

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.

General

User name and full name will be pulled in from login information.

Email:

Gender:

Institution:

Institution type:

Position:

Motivation
Track Preferences
Specialist Knowledge Areas
Motivation

3. Example checkbox question


4. Example drop-down question


iGEM HQ Use Only

Form Status:     

Admin Comment: