Is It Possible to Change the Dimensions of the Page Containing the Thank You Message and Change the Page's Appearance and Layout in General?

  • luana2015
    Asked on December 13, 2015 at 4:04 AM

    Hi

    thanks for your very nice services.

    I want to change size of thank you form but I can't to change it !

    I have determined the size of the main form (for example: height:800px and width:1000px) but after submit the form thank you form return to a small size that I don't want.

    Thanks for you help

    Luana

  • abajan Jotform Support
    Replied on December 13, 2015 at 8:25 AM

    Hi Luana,

    The selector to change elements of a JotForm's thank you page is div#stage. So, let's say you wanted to give a thank you page a height of 800px, you would add the following rule to the CSS tab in the form designer:

    div#stage {
       height : 800px;
    }

    Form Designer CSS Editor

    If you would like further assistance with this, please inform us.

    Cheers