Hyperlink on Header Image

  • mojo2016
    Asked on January 25, 2018 at 10:59 AM

    How do I insert a hyperlink into a header thats an image?

    Below is my form, so when they click on the Click Here banner I need it to go to a different website.

    https://form.jotform.com/80184032561954

    https://form.jotform.com/80184032561954

    https://form.jotform.com/80184032561954

    Jotform Thread 1361960 Screenshot
  • BJoanna
    Replied on January 25, 2018 at 12:20 PM

    It is not possible to insert a link to a header image. 

    However, this can be achieved with the Text field. The Text field allows for HTML to be added to your form.

    Here is the HTML code that you can use to add hyperlink to a image:

    <a target="_blank" href="webpage URL" rel="nofollow noopener"><img src="Link of your Image" alt="Hyperlink on Header Image Image-0" width="600" /></a>

    I added this HTML code to my cloned form:

    <a target="_blank" href="https://www.jotform.com/help" rel="nofollow noopener"><img src="https://www.jotform.com/uploads/mojo2016/form_files/Trade%20Ally%20Give%20Away%20Banner.542.png" alt="Hyperlink on Header Image Image-0" width="400" /></a>

    Open the Source Code of the Text field and add the code there.

    1516900648source Screenshot 12

    Here is my form: https://form.jotform.com/80244977140962 

    Feel free to test it and clone it

    Hope this meet what you are looking for.