Fields
Number Field
The Number Field is an input field that allows for entering a number.
Basic usage
Adds a number
field to the fields of an action.
The max
and min
parameters can be used to define the range of numbers that can be entered. The step
parameter can be used to define the increment or decrement value of the number.
Result
The field will be displayed as a number field in the form, as below:
The resultant data will be available in the stubpost.data
as:
This can be substituted with eg. ~~stubpost.data.internet_speed
where required.
Parameters
See fields for common parameters.