Number

The Number field allows users to enter a free-form numerical value.

The Number field only accepts numbers as answers such as 1 or 1000. It will not accept non-numerical inputs.

You can also configure the field to follow certain formats, e.g. currency.

For Developers

The Feathery SDK and API reference number fields with type equal to integer_field. The submitted value is an int or float.

Last updated