Linking a Phone number or Email
Because many people are accessing our websites on mobile devices, it is important to make phone numbers and emails clickable links whenever possible.
Using RED components
Several components in the RED platform allow you to include phone and email links. These components include the call to action and highlight contact components.
If you are trying to provide contact info for an internal employee, you can also create a profile for them and feature that profile on your page, using the highlight directory component.
Call to action
Highlight contact
Highlight directory
Adding Phone and Email Links in a Text block
You can add an email in a text block by pasting the URL like this: "mailto:example@email.com". If you add just 'example@email.com' without the 'mailto:' the browser will consider it as a page and lead to a Page not Found. eg: <a href="mailto:example@email.com">example@email.com</a> will result in example@email.com
You can add a telephone link to a text block by pasting the url like this: "tel:3333333333". Do not add dashes, brackets or anything else. eg: <a href="tel:3333333333">(333) 333-3333</a> will result in (333) 333-3333
More Information About Phone Numbers
Make sure to follow the correct phone number formatting conventions.
Phone & Fax Number FormattingLast updated