Clicking the button in the form twitches the page

  • computerhelppro
    Asked on September 10, 2016 at 5:20 PM

    By clicking on the box or on the button and move to the next step forms my page twitches.

    Try to do it yourself on my website.

    How can I fix this mess?

  • liyam
    Replied on September 11, 2016 at 5:19 AM

    Hello,

    When you say twitching do you mean that it's jumping around like moving to the top after every selection? If so, you can add nojump parameter on the URL in your iframe.

    Example:

    <iframe id="JotFormIFrame-62523476946364" onDISABLEDload="window.parent.scrollTo(0,0)" allowtransparency="true" src="https://form.jotformeu.com/62523476946364?nojump" frameborder="0" style="width:100%; height:347px; border:none;" scrolling="no">

    </iframe>

    If problem persists, please let us know.

    Thanks.

  • computerhelppro
    Replied on September 11, 2016 at 12:06 PM

    Спасибо! Это помогло.