How do I get rid of all the extra white space at the bottom of my form?

  • intagliocreative
    Asked on August 31, 2016 at 12:14 PM

    I made a clone of a form, then I removed a few elements. It appears as if the space is still there below the submit button. My screen shot attached show all the white space, my screen was not large enough to show the form above and the footer below.

    Jotform Thread 921313 Screenshot
  • David JotForm Support
    Replied on August 31, 2016 at 2:02 PM

    I checked your page and did not see the extra white space below your form.  If it still shows on your end, replace the current embed code with your forms iFrame code:

    https://www.jotform.com/help/148-Getting-the-form-iFrame-code

    At the beginning of the iFrame code, the height of the frame can be adjusted:

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

    This is sample code but the code for your form should be very similar.