Background colour for emails

  • jeroencoenen
    Asked on June 9, 2020 at 3:57 AM

    Hi,


    When I create an autoresponder email for people to receive, for some strange reason it shows blue background when they receive it. While when I create it in Jotform, it shows white background??!

    Can someone please help me to change that?

    Hope you van help.



    Jotform Thread 2376792 Screenshot
  • Anita_K
    Replied on June 9, 2020 at 7:13 AM

    Hi,

    thank you for reaching out to us. I have cloned and tested your form but was not able to recreate the issue. The emails I have received had a white background:

    Background colour for emails Image 1 Screenshot 20

    I have cleared your form's cache to see if that helps. Can you please test it again?

    Let us know if the issue persists.

  • jeroencoenen
    Replied on June 9, 2020 at 10:06 AM

    Whenever I send a test email, it comes out with a blue background the other end???

    Desktop and Mobile!!

     

    I mentioned this issue before and never been able to resolve it.

     

    Please help! As it looks cheap, when using pictures with a white background.

     

    1591711639Screen Shot 2020 06 09 at 16 Screenshot 10

  • Bojan Support Team Lead
    Replied on June 9, 2020 at 11:38 AM

    Greetings and thank you for your reply.

    Please try to wrap the whole source code of the message with the new div element, and assign a white background color to it. 

    You can update the Autoresponder from the settings:

    Background colour for emails Image 1 Screenshot 30

    Once you open Autoresponder, open the source code of the message:

    Background colour for emails Image 2 Screenshot 41

    Add the following to the very first line of the message:

    <div style="background-color: white">

    screenshot 805 Screenshot 52

    To close the tag, add the following to the end of the code:

    </div>

    Please note there will already be some closing divs. You need to add one more.

    After this confirm, save the Autoresponder, and test it.

    Let us know if this resolved your problem.

    Thank you for your cooperation. 

  • jeroencoenen
    Replied on June 9, 2020 at 11:53 AM

    You are a Genius!!!!!

    Thank You!