ExpressionEngine Docs

Number Input Fieldtype

Number Input is a single-lined field where you can enter a number. Its also shows up and down arrows to change the value as provided by HTML number input rendered in browser.

number field

Field Settings

Minimum value

The minimal value/number field can contain.

Maximum value

The maximum value/number field can contain.

Step

The step to increase/decrease the value when clicking arrow buttons in the field.

Data List items

Values that will be shown as recommended options

Allowed Content

Restricts the field to certain data types. Changing this is also changing the column type in database.

Template Tags

Value Slider

{my_number_field}

Parameters:

decimal_place="2" The number of decimal digits to show after the number. Optional.