How can I have a field within my Registration Form that opens a PNG file in separate window if selected?

  • trasoyerslake
    Asked on December 9, 2017 at 12:52 PM

    I have a Registration Form where the vendor selects the number and location of booths selected. This works fine and calculates the cost of the booth.

    What I would like is to allow the vendor when they are completing the form to open a window if needed that opens a PNG , JPG or PDF layout file (whatever you support) that shows the layout of booths available so they can decide what they want to select.


  • Nik_C
    Replied on December 9, 2017 at 3:57 PM

    You can place an "a tag" in Text field: 

    1512852586Screen Shot 2017 12 09 at 9 Screenshot 10

    Where you can add a code like this:

    1512852713Screen Shot 2017 12 09 at 9 Screenshot 21

    Here is the code: 

    <p><a href="Link to image here" target="_blank" rel="noopener noreferrer">Click here</a></p>

    You can add PDF as well.

    Here is my test form: https://form.jotform.com/73426554765970

    Please check and let us know how it worked.

    Thank you!