Adds a specialized tel FieldType to ExpressionEngine, designed for handling phone number inputs with validation and formatting support. It integrates with Channel Entries and works in both Grid and Fluid fields.
| Feature | Details |
|---|---|
| Purpose | Add and validate phone number inputs in EE via a FieldType |
| FieldType | tel, with built-in validation for E.164 standard |
| Output Modifiers | :tel, :e164, :format, :e164:tel for clickable links |
| Template Formatting Tag | {exp:tel:format number=""} |
| Compatibility | Members, Channel Entries, Grid, Fluid fields |
telFor the tel field in your templates, you get flexible output options:
{FIELD_NAME:tel} - raw telephone input{FIELD_NAME:e164} or {FIELD_NAME:format} — outputs a nicely formatted number, e.g. (XXX) XXX-XXXX{FIELD_NAME:e164:tel} - outputs the number and wraps it as a clickable telephone linkPacket Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.