Background color of thank you page

  • resilico
    Asked on July 26, 2016 at 4:43 AM

    Hi,

     

    Here is an issue tht occurs in many of my forms (e.g. https://form.jotform.com/51202060610939)

    The background color of the thank you page as shown to the user is different from the color that was designed.

    Kind regards,

    Nathan Moked

     

     

    Jotform Thread 890483 Screenshot
  • Irshad
    Replied on July 26, 2016 at 6:32 AM

    I have checked your Form, and observe you have injected custom css code. And some of the custom css code is overwriting the background color of Thank you page.

    So please inject the below css code for changing the background color of Thank-you page.

    #stage{

        background-color: rgb(237, 201, 81)!important;

    }

    Background color of thank you page Image 1 Screenshot 20

    You can also verify the required functionality at my clone form on below URL:

    https://form.jotform.com/62072310880953

    If you need further assistance, feel free to revert back.

  • resilico
    Replied on July 27, 2016 at 5:51 AM

    This works fine, with one exception. Form https://eu.jotform.com//?formID=52692744021958 is not showing the Thank you page as required. 

    When I wanted to add the CSS code that you suggested I found an empty space. I pasteed the CSS code from some other form, but it still deoesn't show the intended Thank you page. 

  • Irshad
    Replied on July 27, 2016 at 7:45 AM

    Actually the css class which starts with the hash(#) symbol are based on the ID field of form. Generally the ID fields of every form is different, so it is not sure the css class of one form will work on another form too.

    I am checking the css code, and will send you further updates soon.

  • Irshad
    Replied on July 27, 2016 at 7:53 AM

    It seems the issue was because of CACHE. I have just cleared the CACHE of your Forms. So can you please check it once again.

  • resilico
    Replied on July 27, 2016 at 8:14 AM

    It's OK now. Thank you!

  • Irshad
    Replied on July 27, 2016 at 9:22 AM

    You are welcome. If you need further assistance, feel free to revert back.