Label
The field label will be pre-filled with the value entered on the form components page. This is used as a descriptive label when displaying this form element.
Field Key
The field label will be pre-filled with the value entered on the form components page. Enter a machine readable key for this form element. May contain only alphanumeric characters and underscores. This key will be used as the name attribute of the form element. This value has no effect on the way data is saved, but may be helpful if doing custom form processing.
Default value
The default value of the field. You may use special tokens in this field that will be replaced with dynamic values.
Description
A short description of the field used as help for the user when he/she uses the form. Text entered into the Description field is displayed below the form component field. You may use special tokens in this field that will be replaced with dynamic values.
Validation
Required
Check this option if the user must enter a value.
Unique
Check that all entered values for this field are unique. The same value is not allowed to be used twice.
Integer
Permit only integer values as input, e.g. 12.34 would be invalid.
Minimum
Minimum numeric value, e.g. 0 would ensure positive numbers.
Maximum
Maximum numeric value. This may also determine the display width of your field.
Step
Limit options to a specific increment, e.g. a step of "5" would allow values 5, 10, 15, etc.
Display
Element type
Choose between text field and select list. A minimum and maximum value are required if displaying as a select.
Prefix text placed to the left of the field
Examples: $, #, -. This option only affects text fields.
Postfix text placed to the right of the field
Examples: lb, kg, %. This option only affects text fields.
Decimal places
Choose the number of decimal places for the number field. Automatic will display up to 4 decimal places if needed. A value of "2" is common to format currency amounts.
Thousands separator
Choose from comma, period, space and none as the thousands separator.
Decimal point
Choose between period and comma for the decimal point.
Label display
Determines the placement of the component's label.
Private
Private fields are shown only to users with results access.
Wrapper CSS classes
Do not add anything in this window - leave Wrapper CSS classes as is.
CSS classes
Do not add anything in this window - leave CSS classes as is.
Analysis
Check Exclude zero to exclude entries of zero (or blank) when counting submissions to calculate average and standard deviation.
Save component
Click the Save component button to save the new form field.