How can I get forms to stop scrolling on a wordpress install.

  • befreebailbonds
    Asked on May 9, 2016 at 4:30 PM

    I've been searching through your forums and I've tried quite a bit for the last few hours to fix this issue, but I've had no luck so far.

    Here is the embed code I'm using.

    [embed]https://form.jotform.com/form/40095542779160[/embed]

    Based off of a previous post I tried it this way

    [embed width="600" height="1400"]https://form.jotform.com/form/40095542779160[/embed]

    but it has no effect whatsoever.

    I am using wordpress 4.5.2

    Here is a link to the site and the forms.

    http://dragontreestudio.com/bfwp/be-free-bail-bonds-contact-page/

    http://dragontreestudio.com/bfwp/be-free-bail-bonds-contact-page/

    http://dragontreestudio.com/bfwp/payment-plans/

  • David JotForm Support
    Replied on May 9, 2016 at 6:30 PM

    You can switch the forms iFrame code:

    http://www.jotform.com/help/148-Getting-the-Form-iFrame-Code

    Then set the scrolling attribute to "no"

    Here is example iFrame code, at the start, you will see the scrolling property:

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