Fields
Text
A text field allows users to input and collect any string data, such as names, descriptions, addresses, or other text-based information.
Options
Configure how the text field behaves and appears to users.
Optional
Makes the field optional instead of required, allowing users to submit without entering a value.
Multiple Values
Allows users to add multiple text values in the same field.
Display
Choose between a single-line text input or multi-line textarea.
Placeholder
Add placeholder text that appears when the field is empty. If no placeholder is set, the field label will be used as the placeholder.
Description
Add helpful text that appears in a tooltip next to the field label.
Was this page helpful?