Appearance
Numbers
Number fields can be handled by the Range widget that offers two options supported by the mobile app: editable range and slider.
Widget | Preview in the mobile app |
|---|---|
| Editable range | ![]() |
| Slider | ![]() |
Example project available
This public project: documentation/form-widgets uses various options for entering numbers. Download or clone it to see this setup.
Prefer a video? Here is a short tutorial about number widgets:
Range
To set up the editable range widget:
- Right-click on a layer, select Properties and go to the Attributes form tab.
- In the list of Available Widgets select the integer field you want to work with (here:
numbers-range-editable). - In the Widget Type tab the Range widget and the Editable option should be selected by default. If this is not the case, select these options from the drop-down menus.
- Apply the changes. Don't forget to save and sync your project!

In the mobile app, the numbers can be entered manually or by using the +/- buttons:

Slider
To set up the Slider:
- Right-click on a layer, select Properties and go to the Attributes form tab.
- In the list of Available Widgets select the numeric field you want to work with (here:
numbers-range-slider). - In the Widget Type tab:
- the Range widget should be selected by default (if not, select it from the menu)
- set the edit widget to Slider
- set the Minimum, Maximum and Step values of the slider
- Apply the changes. Don't forget to save and sync your project!

In the mobile app, the Slider looks like this. The number can be filled in by moving the slider:


