thank you notification has the header repeated

  • MBWHS
    Asked on December 19, 2016 at 7:58 PM

    Hi 

    Please can you tell me how to stop the header repeating in the thank you notification...I don't have 

    'repeat' ticked in the form designer.

    Jotform Thread 1015564 Screenshot
  • Ian
    Replied on December 20, 2016 at 1:01 AM

    Add the following code in the INJECT CSS scction. This should fix the issue.

    .form-all {

        background-repeat: no-repeat;

    }

     

    Hope this helps.