Number field
Numeric input with optional min/max bounds — quantities, scores, ages, counts.
What it does#
The Number field accepts whole numbers and decimals only. The browser shows the numeric keypad on mobile and rejects letters at the keyboard layer.
Settings#
- Required — must be filled before the form advances.
- Minimum — block submissions below this number.
- Maximum — block submissions above this number.
- Default value — pre-fill with a sensible starting count.
- Placeholder — greyed-out hint shown until the respondent types.
- Layout — a plain number input, or a − / value / + stepper bounded by Min and Max.
Use in calculations#
Number fields are the natural input for variable math. Reference a Number field's value inside a Variable expression to drive totals, scores, or branching logic.
Related fields#
- Currency — when the number is money (formats with currency symbol).
- Star rating — when you want stars instead of a typed number.
- Slider — when you want a 1–10 value the respondent drags.