Is there a way to imbed an image on my Jotform that a user can click and it opens larger?

  • dlsnelson
    Asked on March 27, 2018 at 12:46 PM

    On page 3 of my form...

  • Adrian
    Replied on March 27, 2018 at 2:03 PM

    You can achieve this by adding a pop-up to your form.
    Complete Guide: How to Add a Pop-Up Modal on your Form

    1. Remove the images that you have on your third page
    2. Add a text element and paste this HTML code (shrink the text element)

    <p><a class="button" href="#open"><img src="https://www.jotform.com/uploads/Adrian/form_files/img.5aba84dd06b7a0.37245217.webp" width="150" /></a></p>
    <div id="open" class="modalBox">
    <div><a class="close" title="Close" href="#close">X</a>
    <p><img src="https://www.jotform.com/uploads/Adrian/form_files/img.5aba84dd06b7a0.37245217.webp" /></p>
    </div>
    </div>

    Is there a way to imbed an image on my Jotform that a user can click and it opens larger? Image 10

    3. Inject the CSS that you can find in the link below

    CSS -> https://pastebin.com/raw/xHWP43sc

    4. Result

    Is there a way to imbed an image on my Jotform that a user can click and it opens larger? Image 21

    Cloned Form URL: https://form.jotform.com/80854992725975

    Let us know if you need further assistance.

  • dlsnelson
    Replied on March 27, 2018 at 2:43 PM
    Thank you so much, you all are really a great help! 
    ...