We are getting a bad design in the thank you message page

  • robertatlasmarketing
    Asked on September 15, 2015 at 2:49 PM

    Hi, Support. 

     

    We are getting a bad "Thank You" after we finish our form, seen here: http://screencast.com/t/uEqhVUEuI

     

    How can we fix this? 

     

    Thanks, 

     

    -Ryan 

  • Welvin Support Team Lead
    Replied on September 15, 2015 at 5:31 PM

    Hi Ryan,

    That is because the thank you page will now use the form design so the background image is shown there. But I've fixed it for you by injecting the following custom CSS codes to your form:

    div#stage {

        background: none !important;

        box-shadow: none !important;

    }

    We are getting a bad design in the thank you message page Image 1 Screenshot 20

    Thanks