How can I reduce the space that is appearing below my form?

  • mattbanes
    Asked on March 1, 2015 at 10:18 AM

    Please look at the page below and notice the white block below the form that pushes the page down. How do I reduce this spacing? Its not the area inside the form block....just below that.

    Thanks,

     

    Matt

  • raul
    Replied on March 1, 2015 at 12:50 PM

    Please try to reduce the height of your form in the iframe code.
    You can try with the following:

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

    This would be the result:

    How can I reduce the space that is appearing below my form? Image 1 Screenshot 20

    Let us know if this helps.
    Thanks.