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.
Last updated
Because many people are accessing our websites on mobile devices, it is important to make phone numbers and emails clickable links whenever possible.
Last updated
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
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
Make sure to follow the correct phone number formatting conventions.