Cant see the bottom of my contact form on website

  • CPLavery
    Asked on February 20, 2019 at 5:44 AM

    Hi there,


    ive just embedded the contact form is designed on my website, everything looks great. Except that when I view it on my mobile phone the bottom half of the page gets cut off by the Jotform banner. Ive attached a screen shot. This means anyone using their phone, cant fill out the whole form nor can they even click send. How can we resolve this issue?


    Thankyou for your time


    Colin

    Jotform Thread 1738189 Screenshot
  • Nick_So
    Replied on February 20, 2019 at 9:27 AM

    Sure, I will help you to resolve this issue.

    The code which you have embedded on your website requires modification.

    Please try adding min-height:1074px; property to the iframe embed code so that it should be displaying correctly.

    <iframe id="JotFormIFrame-90503243629959" onDISABLEDload="window.parent.scrollTo(0,0)" allowtransparency="true" allowfullscreen="true" allow="geolocation; microphone; camera" src="https://form.jotform.com/90503243629959" frameborder="0" style="width: 1px; min-width: 100%; height:539px; min-height:1074px; border:none;" scrolling="no" 


    I have tested this on mobile emulator and it is working as expected. Please refer the screenshot below. 

    Cant see the bottom of my contact form on website Image 10


    Please check and lets us know.