Embedded form using iFrame is cutting off at the bottom.

  • mryals
    Asked on August 19, 2019 at 1:52 PM
    Also - If you can view our form at the link provided in my original message, you will see that the Iframe code actually cuts off the outline of the form at the very bottom under the 'SUBMIT' button. I am unable to adjust any code to make the lower outline of the form appear. We would appreciate if you can look into this.
  • Kevin Support Team Lead
    Replied on August 19, 2019 at 2:06 PM

    I would recommend you to try doing the following: 

    - Go to the publish wizard and get the iFrame code. 

    - Copy the code in a text editor and change the height to "1465px", example: 

    <iframe

             id="JotFormIFrame"

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

             allowtransparency="true"

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

             frameborder="0"

             style="width:100%;

             height: 1465px012.;

             border:none;"

             scrolling="yes">

           </iframe>

    This is just an example, you would need to embed the iFrame and JavaScript code on your page. 

    I hope this helps.