Non Secure Image

  • SantaEnergy
    Asked on August 7, 2018 at 8:17 PM

    There is a bit in your code that is making my website not fully secure. When I inspect the page this is the image that is causing the error.

    http://www.jotform.com/images/big-back.png

    Can you fix this piece of code with https so my website will be fully secure?


  • Kevin Support Team Lead
    Replied on August 7, 2018 at 11:30 PM

    I have updated the theme with an  image under HTTPS. However, you will need to re-apply the  theme, you may do this by removing the current theme and applying it again. 

    You may also try injecting the following CSS code and see if that helps: 

    .form-all {

        background-image: url("https://www.jotform.com/images/big-back.png") !important;

    }

    Guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    I hope this helps.