Bug and security issue in the form designer

  • k92s88d
    Asked on February 17, 2017 at 6:53 PM

    Hello,

    I have noticed that all of my forms now display the following https error in the browser bar (see screenshot). I investigated and the issue is the background image is default set to http instead of https for the Jot Theme I am using. However, when I go into the form designer and switch it to https so I get the "secure" in the browser bar, the background doesn't render properly (screenshot 2).

     

    This ticket system only allows one screenshot, so here's screenshot 2 link: https://drive.google.com/file/d/0B9rs2biEkPmxLXk4b0VKME42NjA/view?usp=sharing

    Jotform Thread 1069788 Screenshot
  • liyam
    Replied on February 18, 2017 at 5:41 AM

    Hello,

    The form template you're using were on the earlier days before the implementation of the form designer. Here's a fix that you can do:

    1) Go to the Advanced Form Designer. Under DESIGN, expand BACKGROUND IMAGE

    2) Delete the page background image

    3) Delete the form background image

    Bug and security issue in the form designer Image 1 Screenshot 30 

    4) Go to the CSS tab and paste this code:

    .form-section.page-section {
       background-repeat : repeat-x;
       background-image: url("https://www.jotform.com/images/styles/style1_bg.gif");
    }

     

    Bug and security issue in the form designer Image 2 Screenshot 41

    Once done, save our form settings and go back to the form builder

     

  • k92s88d
    Replied on February 18, 2017 at 8:44 PM

    Thanks Liyam, that worked!