Form Thank You page is getting cut off

  • djccraig
    Asked on January 16, 2015 at 4:35 PM

    I've embedded my form using the following iFrame code:

     

     

    But the thank you page is getting cut off, and when I "inspect the element" by browser shows that it's only showing 187 pixels of the form height:

     

    Form Thank You page is getting cut off Image 1 Screenshot 20

     

  • Mike
    Replied on January 16, 2015 at 6:00 PM

    Please try to wrap the thank you page code within a div container with a specified minimal height.

    For example:

    <div style="min-height: 300px;">
    Thank You Page Code
    </div>

    Form Thank You page is getting cut off Image 1 Screenshot 20

    If you need any further assistance on this, please let us know. Thank you.