Skip to content

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

  1. Open the Website Builder
  2. Find Numeric Input in the Elements panel
  3. Drag it onto your page
  4. Configure properties in the Floating Design Panel

Properties

General Tab

PropertyDescription
Question TextLabel displayed above the input
Placeholder TextHint text inside the empty input
Default ValueInitial numeric value

Color Tab

PropertyDescriptionDefault
Panel BackgroundContainer backgroundTransparent
Input BackgroundInput field backgroundWhite
Input BorderInput field borderTransparent
Input Text ColorNumber colorDark gray

Dimensions Tab

PropertyDescriptionDefault
Font SizeNumber text size18px
PaddingInner spacing12-15px
Border RadiusCorner rounding5px

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:

  1. Open the Connect Tab
  2. Enable database connection
  3. Values are stored as numbers

Use Cases

Age Field

Label: "Age"
Placeholder: "Enter your age"
Default: (empty)

Quantity

Label: "Quantity"
Placeholder: "1"
Default: 1

Price Entry

Label: "Budget ($)"
Placeholder: "Enter amount"
Default: (empty)

Score

Label: "Score (0-100)"
Placeholder: "0"
Default: 0

Phone Extension

Label: "Extension"
Placeholder: "4 digits"
Default: (empty)

Numeric Input vs Other Elements

ElementBest For
Numeric InputFree-form number entry
SliderRange selection with visual feedback
Increment/DecrementPrecise adjustments with +/- buttons
RatingStar-based scoring

Best Practices

  1. Set appropriate defaults - Pre-fill common values

  2. Use clear placeholders - Show expected format

  3. Indicate ranges - If there are limits, show them in the label

  4. Consider alternatives - Sliders may be better for bounded ranges

  5. 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

Was this article helpful?

No-Code App Builder