My whole Jotform isn't showing, only part of it is.

  • melissaraelynn
    Asked on August 9, 2017 at 6:17 PM

    My Jotform I embedded isn't showing the whole form: https://www.melissaraelynnphotography.com/upcoming-events/

    Any suggestions?

  • Kevin Support Team Lead
    Replied on August 9, 2017 at 6:30 PM

    I have checked your form and noticed it displays properly on desktop computers; however, it seems incomplete while viewing it in a mobile device. 

    I would recommend you to get the iFrame code and remove  the JavaScript part, manually set the iFrame's height and set the scrolling attribute to "Yes". 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;

            border:none;"

            scrolling="yes">

          </iframe>

    Let us know how it goes.