iFrame embedded form not showing full height in page

  • Gabari
    Asked on January 31, 2018 at 9:14 AM

    Hi, since I've scanned about every reference on this forum etc, and my form is still not appearing the first time (reload is needed), can you help me out ?

    What steps do I need to take to get it working?

    Tnx!

    Jotform Thread 1368037 Screenshot
  • Ardian_L
    Replied on January 31, 2018 at 11:01 AM

    I tested out your form on the latest version of Google Chrome, Mozilla Firefox and Edge. And in my case it was working fine.

    1517414422Form Screenshot 10

    Can you please provide another screenshot and more information about your issue. We will be waiting for your reply.

  • Gabari
    Replied on January 31, 2018 at 11:05 AM

    Well, it doesn't work :-(. Emptied cache, only partial visibility of the form, and after a reload it's ok. (Proportions do not match, just to show you where the form is cut off. Tnx.

    1517414705Screen Shot 2018 01 31 at 17 Screenshot 10

  • Gabari
    Replied on January 31, 2018 at 11:08 AM

    Tested it with 'virgin' PC's on Firefox, Chrome and Safari.

    Strange thing is : cut-off only after first load, refreshing shows the full form.

    Is there something I should change in the code? (Squarepsace website) Tnx.



  • David JotForm Support
    Replied on January 31, 2018 at 12:14 PM

    The form should resize automatically, however, there is a height set in the iframe code:

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

    Increase that value until the full form loaded when the page is initially loaded.

    If that still does not work, let us know and we will take another look.

  • Gabari
    Replied on January 31, 2018 at 12:58 PM

    Great! Seems to work ATM. Tnx!


  • David JotForm Support
    Replied on January 31, 2018 at 1:04 PM

    It does look like a portion of the form is still being cut off. 

    1517421837Capture Screenshot 10

    You may want to to increase the height just a bit more for the full page to show.

  • Gabari
    Replied on February 1, 2018 at 2:29 AM

    Tnx for the feedback. Is fully working now.