Text Field

The Text field allows users to enter a freeform text entry with configurable options for allowed characters, length, mask, and more.

The Text Field field allows you to collect a single line text answer. The field can be configured to only accept certain characters, have a minimum and/or maximum length, and contain a custom prefix or suffix. It can also be configured to display autocomplete options in a dropdown as the user types in the field.

For Developers

The Feathery SDK and API reference text fields with type equal to text_field. The submitted value is a string.

Last updated