Clickable phone number in HTML Text

  • rbroadfo
    Asked on July 17, 2015 at 8:51 AM

    Hello. The same html which works on my website to make a clickable phone number is not working in my form: http://www.jotform.ca/form/51958230509256

    The code is <font size="6"><a href="tel://(519) 721-7785">(519) 721-7785</a></font>

    I've embedded it into the webpage as Feedback. 

    Any help appreciated!

    Ryan

     

  • Charlie
    Replied on July 17, 2015 at 10:25 AM

    Hi,

    I checked your website and the phone number is still clickable.

    Clickable phone number in HTML Text Image 1 Screenshot 20

     

    But I noticed that you seem to be using an incorrect format. Please do try this one:

    <p style="text-align: center;"><span style="font-size: x-large;"><a href="tel:+15197217785">(519) 721-7785</a></span></p>

    You can try my cloned form here: http://form.jotformpro.com/form/51974368463972?. Try it on a desktop and a mobile device. In mobile, mine shows the contact option to call it. 

    Do let us know if that works.

  • rbroadfo
    Replied on July 17, 2015 at 10:35 AM

    Fixed, thank you!