Make it possible for users to click phone number and call

I am trying to make my front page so the user can click our phone number and it would pop up on their phone with the number dialed. Here is the screen of where I am at. Any help appreciated.

Hello Chris,

Thanks for asking. :slight_smile:

You can use following code to create phone number link:

<a href="tel:+123456789">+91 (0)123 - 456789</a>

For more information, please take a look at following resource.

Thanks.

1 Like

Hi Prasant, is it possible to do this within the options of the theme without having to code? My screenshot on the initial post shows what I am looking at. Everytime I try within the editor it sends customers to a non-existant web page.

Hi Chris,

Please clarify what element is that on your screenshot, there are multiple elements with those options.

Anyways, look on the Element’s HREF or URL and input your phone number in there prepended with tel:

e.g.
tel:5653333

Or if your element offer the Phone type option, just input your number on the phone field and it will automatically prepend the tel: for you.



More about Calling Links

Hope it helps,
Cheers!

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.