Skip to content

Text widget#

The Text (text) widget provides the <input type="text"> form element to enter text.

Settings#

Setting Label Description Default
size Size of textfield Visible width of the text field measured in character units 60
placeholder Placeholder Text shown inside the field when empty
maxlength Max length Maximum amount of characters allowed in the field
maxlength_js Show max length character count Display a live character counter below the link text field FALSE

Note

The maxlength_js setting is visible when the title field is enabled and the MaxLength module is installed.

Field types#