Changing the form-color of multiple page form

  • VendigoFinance
    Asked on April 24, 2017 at 8:16 AM

    Hi, 

     

    I have a two page form, and I would like the colors of the two pages to be different - how do you achieve this?

    The first page has to be white, and the next page has to be the following hex: #88a285 

     

     

  • Helen
    Replied on April 24, 2017 at 9:27 AM

    Hello,

    Thank you for contacting us.

    You can set the colors of the two pages to different with injecting custom CSS codes. I have referred your two pages form this: http://www.jotformeu.com/form/71093266090353

    Here are the custom CSS codes for changing second page's color:

    .form-all  > ul:nth-child(3) {

        background: #88a285 ;

    }

    Here is a guide helps to you for injecting custom CSS codes: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    I've cloned your form and tested on my side. Your form will be shown like:

    Changing the form color of multiple page form Image 1 Screenshot 20

    Please let us know if you need any further assistance.