My forms do not always show up completely on my website. Often the bottom half is missing. How can i fix this to show this happening?

  • yourprochefnz
    Asked on March 30, 2016 at 2:11 AM
  • Chriistian Jotform Support
    Replied on March 30, 2016 at 3:49 AM

    To show the full length of the form in your website, you can try changing the height of the iframe. You can use the iFrame code below where I set the height to 4341px. 

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

    </iframe>

    The form should now show up completely in your website.

    If you need further assistance, please let us know.
    Regards.