Thank you message not appearing

  • JRSC
    Asked on July 13, 2016 at 1:48 PM

    See here:

     

    http://testsite7.jrscsites.com/employment.html

     

    I have it set up so there is message with now background (like the other 4 JotForm forms on the website).

     

    Any ideas?

  • Nik_C
    Replied on July 13, 2016 at 2:31 PM

    Thank you page is displayed, but it seems that your form's Thank you page has lost image and color text is set to white color.

    You can paste the following code to your Thank you page and it should display properly:

    <p style="text-align: center;"><img src="https://cdn.jotfor.ms/img/check-icon.png" alt="Thank you message not appearing Image-0" width="128" height="128" /></p>

    <div style="text-align: center;">

    <h1 style="text-align: center;color:black">Thank You!</h1>

    <p style="text-align: center; color:black">Your submission has been received.</p>

    </div>

     

    Thank you message not appearing Image 1 Screenshot 21

    Let us know if this worked for you.