Add a link in hover text?

  • Strategy1st
    Asked on January 8, 2018 at 9:26 AM

    Is it possible to add a link in Hover Text?


    Thank you!

  • Kevin Support Team Lead
    Replied on January 8, 2018 at 10:38 AM

    It's possible to add a link using some HTML code. For example this one: 

    <p><span style="font-size: 12px;"><strong><a title="This is a HOVER TEXT!" target="_blank" href="http://www.jotform.com" >Link</a></strong></span></p>

    Paste the HTML code on the "Hover" section of the field properties: 

    Add a link in hover text? Image 10

    You will also need to change the link on the "href" attribute as well as the "Link" text. 

    Here's an example: https://form.jotform.com/80074521346956 

    I hope this helps. 

  • Strategy1st
    Replied on January 8, 2018 at 3:57 PM

    Worked great - thank you!