Form Background Randomly Changed

  • ExAds
    Asked on May 1, 2017 at 2:40 PM

    Backgrounds on a few of our form were randomly changed. We have not touched these forms in months, so I'm not sure how this would have occued.

     

    background-imageurl(http://www.jotform.com/uploads/leeyen/form_files/pizza.jpg);

     

    The user upload folder doesn't even match our account. 

  • BJoanna
    Replied on May 1, 2017 at 3:13 PM

    That is the background image of the theme you are using. How did your form look like previously? Was the background color gray like on the bottom of your form?  

    I saw that today you have deleted three conditions from your form. Most likely form was updated and background image is now shown. 

    To remove background image add this CSS code to your form:

    .supernova {

        background-image: none!important;

    }

    How to Inject Custom CSS Codes

    After you add mentioned CSS code your form will look like this.

    Form Background Randomly Changed Image 1 Screenshot 20

    Here is my demo form: https://form.jotformpro.com/71205661326955 

    Feel free to clone it

    If your other forms have same issue and mentioned CSS code to your other forms as well.

    Hope this will help. Let us know if you need further assistance.