The Jot form ad at the bottom of the page covers my submit button. I have tried deleting fields in the form to make more space but that didn't help..

  • jenkissel
    Asked on June 2, 2017 at 9:37 AM
  • Kevin Support Team Lead
    Replied on June 2, 2017 at 10:47 AM

    Apologies for the inconveniences this may have caused. 

    I have checked your form and I can see what you're reporting, could you please try embedding your form using the iFrame code? 

    Please, try setting up the height with a fixed value, example: 

    <iframe

            id="JotFormIFrame"

            onDISABLEDload="window.parent.scrollTo(0,0)"

            allowtransparency="true"

            src="https://form.jotform.com/FormID"

            frameborder="0"

            style="width:100%;

            height:6806px; <--- Change the height here

            border:none;"

            scrolling="yes">

          </iframe>

    If the issue still persists, please try injecting this code to your form: 

    .form-section {

    padding-bottom: 150px !important;

    }

    Do let us know how it goes. 

  • jenkissel
    Replied on June 2, 2017 at 12:43 PM
    HI and thanks – changing the height didn’t help, but injecting the code did. Thanks so much.
    ...