How to fix the Thank you page's cut off?

  • PassionForPooches
    Asked on November 3, 2017 at 11:27 PM

    Hi, after submitting the form, the thank you page shows, however the bottom of the border is not showing correctly and I was hoping to find out how to fix this.

    Jotform Thread 1290112 Screenshot
  • Nik_C
    Replied on November 4, 2017 at 3:58 AM

    I inserted the below CSS code in your Custom CSS Field of your form:

    .thankyou {

        height: 400px!important;

    }

    And that should fix your Thank you page.

    Please try and let us know how it worked.

    Thank you!


  • PassionForPooches
    Replied on November 5, 2017 at 1:35 AM

    Thank you, it worked! :)