How can I make the phone number on my form active on a mobile phone?

  • djmalone
    Asked on September 4, 2019 at 7:58 PM

    I stubbled upon your website and I am in love.  I created my first form and am sure I will become a subscriber and create many more.  

    How can I make the phone number on my form active for calling on a mobil phone?

    Jackie

  • Girish JotForm Support
    Replied on September 4, 2019 at 8:46 PM

    That could be possible using HTML. You can paste the HTML code below into your Thank you page source code.

    <p><a class="button" target="_blank" href="tel:{phoneNumber}" rel="nofollow noopener noreferrer">Click to call</a></p>

    Please check the screencast below.

    1567644274screencast0509 1 Screenshot 10

    Then you can use this custom CSS to create the button.

    a.button {

        -webkit-appearance: button;

        -moz-appearance: button;

        appearance: button;

        border: 2px solid blue;

        text-decoration: none;

        color: gray;

    }

    Related Guide: How-to-Inject-Custom-CSS-Codes 

    Here, I have created a demo form to test on your mobile device: https://form.jotform.com/92467423767973