Had to turn on scrolling to show submit button

  • VoicesOfSeptember11
    Asked on June 12, 2017 at 2:19 PM

    I am using IFRAME to embed the jotform...

    For some reason I had to enable Scrolling or users can not reach the submit button

     

    Any ideas?

     

    Thanks

  • David JotForm Support
    Replied on June 12, 2017 at 3:28 PM

    In your iFrame code, there is a height attribute.  Try adjusting the height of your iframe until the full form is shown:

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

    Increase this value until scrolling is no longer needed.

    If that does not work, let us know and we will see what else we can do.