Text Field
The text field is a text-input field where users can input text.


Adding a text field
A text field should only be added as a child of a form component.
To add a text field
to your app, select Form > Text Field


Settings Panel
There are a few settings that might need explanation, these are presented in the reference table below.
Setting | Description |
---|---|
Field | Connected field from the parent Form element, or custom by typing in a field name. |
Label | The text visible to the user next to the |
Placeholder | The text displayed in a lighter tint inside the |
Default Value | When a default value is provided, every time the form is opened this will be prefilled in the |
Disabled | When checked, disables the field; The user cannot change the value. |
Updated about 2 months ago