Telephone widget#
The Telephone (telephone) widget provides the <input type="tel"> form
element to enter telephone numbers.
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 | 256 |
| 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.