Number fields
Number fields give you a text input that accepts a numeric value.
Settings
Number fields have the following settings:
- Default Value – The default value that should be applied for new elements.
- Min Value – The lowest number that may be entered in the field
- Max Value – The highest number that may be entered in the field.
The code syntax to retrieve a number field inside your view is:-
{{ $fieldHandle }}