Form Doesn't Display with Full Height

  • stuzz
    Asked on September 19, 2017 at 3:59 PM

    Hello,

    I am having trouble with my embedded form. I want for it to be displayed as it does with the direct link, full view (100%VH). This link http://thai-tranquility.webflow.io/jot-form shows the problem and the URL link below is what I am trying to achieve.

    Thanks,
    Steve

  • Kevin Support Team Lead
    Replied on September 19, 2017 at 5:09 PM

    Which embed  method have you used? 

    I would recommend you to use the iFrame code instead, this will allow you to set the iFrame's height, example: 

    <iframe

            id="JotFormIFrame"

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

            allowtransparency="true"

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

            frameborder="0"

            style="width:100%;

            height: 100%;

            border:none;"

            scrolling="yes">

          </iframe>

    This guide will help you to find the iFrame code of your form: https://www.jotform.com/help/148-Getting-the-Form-iFrame-Code 

    I hope this helps.