Can I make the form background no frame at all transparent?

  • yossim
    Asked on September 1, 2016 at 6:55 PM

    I want to make realy amazing form with your great system, please help me:)).

     

    Thank you. 

    Jotform Thread 922714 Screenshot
  • Chriistian Jotform Support
    Replied on September 1, 2016 at 11:01 PM

    Hello and welcome to Jotform! :) To remove the frame on the form, simply inject the custom CSS code below. You can follow this guide on How to Inject Custom CSS Codes

    .form-all {

        box-shadow: none !important;

    }

    The form should now look like the image below. Once you add the background, you will see that the form is completely transparent with no frame.

    Can I make the form background no frame at all transparent? Image 1 Screenshot 20

    If you need further assistance, please let us know.
    Regards.

  • yossim
    Replied on September 2, 2016 at 5:46 AM

    I want it all transparent - No frames no noting - just input fileds on transparent backround!

    For me able to make it like in the picture:)

    Thank You!

  • beril JotForm UI Developer
    Replied on September 2, 2016 at 7:17 AM

    Could you inject the CSS code below?

    .supernova, .jotform-form, .form-all {

        background-color : transparent !important;

    }

     

    If this does not resolve the issue, please let us know and we will be glad to take another look.