/Number field

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.

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.

  • Currency — when the number is money (formats with currency symbol).
  • Rating — when you want stars instead of a typed number.
  • Linear scale — when you want a slider 1–10.