Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Eero Hermlin

    (@eero-hermlin)

    I suspect error in page or scrollbox html code. Most probably it is not closed tag.

    When i click on close button then page goes blank. How i fix it?
    Here is my HTML Code
    <h5>LEAVING SO SOON </h5>
    Enter your information below to receive a special discount.
    <form class=”stbContactForm” action=”#” method=”post”>
    <input id=”name” name=”Name” type=”text” value=”” placeholder=”Name” />
    <br>
    <input id=”email” name=”Email” type=”text” value=”” placeholder=”Email” />
    <br>
    <br>
    <input class=”stb-submit” name=”Submit” type=”submit” value=”Subscribe” />
    </form>
    <p class=”stbMsgArea”></p>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Page goes blank after popup is closed’ is closed to new replies.