Numeric Input Element
The Numeric Input element provides an input field that accepts only numeric values.
Overview
Numeric Input is ideal for:
- Age entry
- Quantities
- Scores and ratings
- Prices and amounts
- Any number-only field
Adding a Numeric Input
- Open the Website Builder
- Find Numeric Input in the Elements panel
- Drag it onto your page
- Configure properties in the Floating Design Panel
Properties
General Tab
| Property | Description |
|---|---|
| Question Text | Label displayed above the input |
| Placeholder Text | Hint text inside the empty input |
| Default Value | Initial numeric value |
Color Tab
| Property | Description | Default |
|---|---|---|
| Panel Background | Container background | Transparent |
| Input Background | Input field background | White |
| Input Border | Input field border | Transparent |
| Input Text Color | Number color | Dark gray |
Dimensions Tab
| Property | Description | Default |
|---|---|---|
| Font Size | Number text size | 18px |
| Padding | Inner spacing | 12-15px |
| Border Radius | Corner rounding | 5px |
Input Behavior
The numeric input:
- Accepts only numbers (integers and decimals)
- Shows numeric keyboard on mobile devices
- Validates input automatically
- Supports negative numbers
Database Integration
Numeric values can be saved to the card database:
- Open the Connect Tab
- Enable database connection
- Values are stored as numbers
Use Cases
Age Field
Label: "Age"
Placeholder: "Enter your age"
Default: (empty)Quantity
Label: "Quantity"
Placeholder: "1"
Default: 1Price Entry
Label: "Budget ($)"
Placeholder: "Enter amount"
Default: (empty)Score
Label: "Score (0-100)"
Placeholder: "0"
Default: 0Phone Extension
Label: "Extension"
Placeholder: "4 digits"
Default: (empty)Numeric Input vs Other Elements
| Element | Best For |
|---|---|
| Numeric Input | Free-form number entry |
| Slider | Range selection with visual feedback |
| Increment/Decrement | Precise adjustments with +/- buttons |
| Rating | Star-based scoring |
Best Practices
Set appropriate defaults - Pre-fill common values
Use clear placeholders - Show expected format
Indicate ranges - If there are limits, show them in the label
Consider alternatives - Sliders may be better for bounded ranges
Validate on submission - Check for required values
Questions?
If you have any questions, please don't hesitate to contact us. Alternatively, you can submit an issue on this platform.
Useful Links:
Web Elements - https://help.acenji.com/#/./create-web-application/elements/index Slider - https://help.acenji.com/#/./create-web-application/elements/slider/index Increment / Decrement - https://help.acenji.com/#/./create-web-application/elements/increment-decrement/index