jot form transparency broken not working!

  • dominicbrandon
    Asked on November 23, 2015 at 10:33 PM
  • Charlie
    Replied on November 24, 2015 at 2:32 AM

    Apologies for the inconvenience. Could you share us the form or website to where you cannot make the form's background transparent?

    You can use the Form Designer Tool to change the background of the form or form's page.

    jot form transparency broken not working! Image 1 Screenshot 20

     

     

    You can also add custom CSS code for this change. Example of this code is this one:

    .jotform-form, .form-all {

    background-color: transparent !important;

    }

    You can add it under the CSS tab.

    Let us know if you are still having problems on this.