The Number field is used to capture numeric input such as quantities, prices, scores, codes, or measurements. You use this field whenever the value must be stored and processed as a number for calculations, validation, or reporting.
It also supports a Rating mode, which allows users to provide feedback using visual indicators such as stars or hearts.
| Type | Description |
|---|---|
| Number |
|
| Rating |
|
Note
This field supports all standard form field properties. Refer to the Form Field Properties article to understand common properties.
The properties below apply only when the Rating category is selected.
| Property Type | Description |
|---|---|
| Select Rating Icon |
Defines how the rating input appears. Available options
|
| Scale Validator |
Sets the maximum rating value. Example
|
| Precision Mode |
Controls the level of rating accuracy. Available options
|
| Type | Description |
|---|---|
| Required Field |
Use it when the number is essential, such as quantity, price, or score. |
| Pattern Validation |
Common use cases
Example |
| Range Validation |
Use it to prevent unrealistic or invalid numbers. Examples
|
| Type | Mistake | Impact | Fix |
|---|---|---|---|
| Using Number for phone numbers or IDs | You use the Number field for phone numbers or identification codes. |
|
Use the Textbox field with the Phone Number type. |
| Using Rating for scoring or calculations | You use the Rating category to capture numeric scores for business logic. |
|
Use the standard Number category for all calculations and numeric processing. |
| Not setting range validation | You allow any numeric value without limits. |
|
Configure Range Validation with minimum and maximum values. |
| Using Number for formatted currency values | You expect currency symbols or separators to be stored with the value. |
|
|