How to create clickable links for phone numbers

Modified on Tue, 21 Nov 2023 at 01:58 PM

There are two ways to create clickable telephone numbers on a CMS page:


Via the Visual Editor:


  1. Highlight the phone number and then click the Insert Hyperlink icon
  2. Enter the prefix "tel:" along with your phone number without spaces or dashes in the "URL of linked page..." field. It will look like this:
  3. Click OK
  4. If you are done making changes to the page, click Publish


Via the HTML text editor


  1. To start, click Disable visual editor 
  2. Locate the area in the HTML code you wish to add the phone number to
  3. Start by adding the anchor element: <a href=""></a> as shown below:
  4. Enter your phone number in the href attribute between the quotation marks without spaces or dashes:
  5. Add tel: before the number inside the quotation marks with no spaces:
  6. Add the phone number in the anchor element the way you wish for it to appear to viewers:
  7. Once you are done, click Publish if you are finished making changes to the page

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article