Background image on embedded form cuts in half

  • KarynR
    Asked on February 20, 2017 at 9:59 PM

    I have created another form called Name and Email.  When I bring this into my website, it cuts it in half.  When I view it in JotForm, I see the whole image.  What am I doing wrong?  Any help for this old lady would be greatly appreciated.

  • Ian
    Replied on February 20, 2017 at 11:20 PM

    Please provide the URL of your website, where we can check the form, so we can investigate further.

  • KarynR
    Replied on February 21, 2017 at 8:50 AM

    http://www.karynryndaphotography.com.  It's the last one on the menu called "external link", as I haven't renamed it yet.  Thank you for all of your help!  

  • Mike
    Replied on February 21, 2017 at 11:32 AM

    This is how the auto-resizing works, the form takes the space needed by form fields only. If you would like to show full background image you may try adding a minimal height (e.g. min-height: 750px;) to the iFrame style.

    Example:

    <iframe id="JotFormIFrame-70475947523161" onDISABLEDload="window.parent.scrollTo(0,0)" allowtransparency="true" src="https://form.jotform.com/70475947523161" frameborder="0" style="width:100%; height:539px; min-height: 750px; border:none;"

    Thank you.