Pop Up Modal HTML code

  • rabbichabadbayviewcom
    Asked on June 14, 2021 at 12:12 PM

    Hi there,

    I am looking for teh step one HTML code for the pop up modal. I can't seem to find it in the https://www.jotform.com/help/417-how-to-add-a-pop-up-modal-on-your-form atricel below.

  • Michal_S Jotform Support
    Replied on June 14, 2021 at 2:37 PM

    Hello!

    Here's the code from the guide:

    <p><a class="button" href="#open" rel="nofollow">Open Pop-Up</a></p>

    <div id="open" class="modalBox">

        <div>

            <p><a class="close" title="Close" href="#close" rel="nofollow">X</a></p>

            <h2>Hey there!</h2>

            <p>Here's a pop-up modal.</p>

            <p>You can customize this with your own message.</p>

        </div>

    </div>

    Place it in the Source Code of your Paragraph element:

    132067 1 Screenshot 10

    Please let us know if you require any further assistance.

    Thank you!