can I set up a form with a transparent background (instead of selecting a specific color)? if so, how?

  • Norcastle
    Asked on July 30, 2014 at 8:11 AM
  • Ashwin JotForm Support
    Replied on July 30, 2014 at 9:47 AM

    Hello Norcastle,

    Yes it is possible to achieve your requirement.

    The following guide should help you on how to make your form background transparent:  http://www.jotform.com/help/87-Making-the-Form-Background-Transparent

    Alternatively, you can also inject the following custom css code in your form to make the background transparent:

    .form-all {

    background: transparent !important;

    }

    The following guide should help you in injecting custom css code:  http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!