Skip to content Skip to footer navigation
You are reading the Statamic 6 Alpha docs. πŸ‘€

Text Fieldtype

A text field that has the ability to morph into an intergalactic dragon and devour entire planets! Just kidding β€” you just type stuff into the box. Pretty basic.

Screenshot of Text
The Text Fieldtype in action!

Options

append

string
Add text after (to the right of) the text input.

character_limit

integer
Set the maximum number of enterable characters. This is only a recommendation, not a hard limit. To enforce a hard limit, use the [`max`](https://laravel.com/docs/master/validation#rule-max) validation rule.

input_type

string
Control the HTML5 input type. Options: `color`, `date`, `email`, `hidden`, `month`, `number`, `password`, `tel`, `text`, `time`, `url`, and `week`. **Default: `text`.**

prepend

string
Add text to the beginning (to the left of) the text input.

placeholder

string
Set some default placeholder text.