Field Type – Phone
WordPress Plugin Staff List – Field Type – Phone
While many modern mobile browsers automatically detect phone numbers and convert them to links, you can do this directly by using the right field type.
Field type Phone, ensures that phone numbers are always enabled for click to call and that they can be styled to match your site.
Phone field – HTML output.
<div class="myContainer">
<a href="tel:+1-123-456-7890">(123) 456-7890</a>
</div>
Phone field will wrap phone numbers in hyperlinks with the tel: schema.
You can add custom classes to to match your site.
Your browser displays links as: (123) 456-7890 (click to test).
For valid phone number formats search: “phone links”, or see Click to Call.
Staff Member – data entry screen.
Data entry field created in Staff Template and displayed on Staff Member screen.
- Number to dial (href). Do not add tel:, just the phone number in a valid format.
- Phone number (visible). You can enter phone number or any other text.

Phone with Static Label has two parts:
- Number to dial. Hyperlink (href), has to be in a valid phone format.
- Visible text. Phone number or any other text.
Staff Template – Field Options
Input Fields > Phone > Field Options
In this section of the staff template, you’ll create data entry field, add custom labels and optional directions on how the field should be filled out.
- Field label. Displayed on the data entry screen above the corresponding fields.
- Field description. Directions how the field should be filled out.
You can use your preferred language for labels and data entry directions.

21793