Blank space at the end of the form

  • nostopshop
    Answered on August 15, 2014 08:20 PM

    There is a tone of blank space at the end of my form so the scollbar just keeps going and going, but there is no content. How do I fix this?

  • Welvin Support Team Lead
    Answered on August 15, 2014 09:21 PM

    Hi,

    Please let us know the webpage URL where the form is currently embedded so we can check. In advance, try to change the scrolling attribute of the iFrame codes (if your using this method) to "NO":

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

    Or, change the height of the iFrame.

    Thank you!