Text
Text Input is a single-lined free-form writing space where you can enter text or HTML.
note
The following examples use a field named text_field
. This should be replaced with your field name.
- Twig
- Blade
{{ entry.text_field }}
{{ $entry->text_field }}
info
See the ExpressionEngine Documentation for more information on the Text fieldtype