How to make the Thank-You page background to not repeat using CSS?

  • rduong
    Asked on May 24, 2016 at 11:08 AM

    Hi,

    Can you tell me how can i change the thank you page ?

    I want just one picture...

    Thank you for your help

    Jotform Thread 845941 Screenshot
  • Mike_G JotForm Support
    Replied on May 24, 2016 at 12:46 PM

    Try adding the CSS code below to your form.

    body{

    background-repeat: no-repeat !important;

    }

    I hope this helps. Let us know if you need any further assistance. Thank you.