Forms & AppearanceQuestion TypesText
Number
Collect a numeric answer with optional bounds, decimals, unit label, and pre-fill
The Number element collects a single numeric value. You can allow decimals and negative values, set minimum and maximum, add a short unit label (for example % or kg), and optionally pre-fill the field.
When to use
- Quantities, scores, percentages, ages, or any answer that must be numeric
- When validation should reject non-numeric input
Customization options
| Option | Description |
|---|---|
| Question Text | Main question (required). |
| Description | Optional markdown. |
| Placeholder | Hint inside the input (per language). |
| Error Message | Shown when validation fails. |
| Required field | Value must be present and valid before submit. |
| Minimum value / Maximum value | Optional inclusive bounds. |
| Allow decimals | Permits fractional values (placeholder text in the editor adapts). |
| Allow negative values | Permits values below zero when bounds allow. |
| Unit | Short suffix next to the field (max 10 characters). |
| Pre-filled value | Optional default number shown to the respondent (respects decimal vs integer mode). |
| Next button label, Show question title, Text alignment, Slug | Standard chrome. |
| Secondary settings | Validations and visibility where supported. |
Viewing responses
Numeric responses appear in reporting alongside other fields; see Response Summary.
For global form options, see Other Fields Configuration.
Was this page helpful?