The Numeric and Numeric Range Fields are used to control the display of fields that will always take in a numerical value. It can be used to create an integer, decimal, currency, or slider field, and can take in a single value (Numeric Field) or two values to create a range (Numeric Range Field).
A minimum and maximum value can be set to limit the user’s input to a specific range.
Numeric Type
Determines the type of numeric field.
- Integer: A whole number. Values can be negative or positive, however they cannot contain decimals.
- Decimal: A number with or without decimal places. Values can be negative or positive. The number of decimals a user is allowed to enter is specified in the “Decimal Places” field.
- Currency: A monetary value that allows up to two decimals. Values can be negative or positive, and will be formatted with a dollar sign to represent currency.
- Slider: Displays a number value by moving a marker on a slider.
Start Required (Numeric Range Field Only)
Is the start value required? If set to “Yes”, the user must enter a start value to be able to save the form.
End Required (Numeric Range Field Only)
Is the end value required? If set to “Yes”, the user must enter a end value to be able to save the form.
Minimum Value
Specifies the minimum value a user must enter. Values smaller than the minimum value will not be accepted.
Maximum Value
Specifies the maximum value a user must enter. Values larger than the maximum value will not be accepted.
Decimal Places
Only applicable when “Numeric Type” is set to “Decimal”.
Specifies the maximum number of decimals a user can enter. If left blank, the maximum number of decimals that a user will be allowed to enter is two.
Small Stepper
Only applicable when “Numeric Type” is set to “Slider”.
Specifies the small marker intervals on the slider.
The entered value determines the interval at which a small stepper will be positioned.
This value should be smaller than the value entered in the “Large Stepper” field to ensure the markers are displayed correctly.
Large Stepper
Only applicable when “Numeric Type” is set to “Slider”.
Specifies the large marker intervals on the slider, and the number values displayed at the bottom.
The entered value determines the interval at which a large stepper will be positioned.
This value should be larger than the value entered in the “Small Stepper” field to ensure the markers are displayed correctly.
Add Unit Specification (Numeric Field Only)
If a unit is required for the numeric value the user will enter, a list of units can be created for the user to choose from. For example, when asking the user to enter their height, it would be appropriate to provide a list of units such as centimeters and inches for them to select.
If “Yes” is selected, a dropdown list of unit options from the Available Units table will be populated for the user to choose from.
Available Units
Only applicable when “Add Unit Specification” is set to “Yes”.
If Add Unit is set to Yes, what are the units that should be displayed in the drop down list? Each unit added in the Available Units table will be displayed as an option in the drop down list that the user can select.