Text Fields
Plain Text fields give you a normal text input where plain text can be entered.
Settings
Plain Text fields have the following settings:
- Placeholder Text – The field’s placeholder text, to be displayed if the field has no value yet.
- Max Length – The maximum number of characters the field can contain.
The code syntax to retrieve a plain text field in your view file is:-
{{ $fieldHandle }}