How to remove borders?

  • Riff_Jonathan
    Asked on March 29, 2023 at 1:13 PM

    Please see this link - can I remove the forms border?

  • Glenn_T JotForm Support
    Replied on March 29, 2023 at 2:35 PM

    Hello Jonathan,

    Thanks for reaching out to Jotform Support. You can inject a CSS code on your form in order to remove the borders of your form. Once you have injected the CSS codes then you will need to embed again the form into your webpage. Let me show you how to do it:

    .supernova .form-all, .form-all {
      box-shadow: none !important;
      border: none !important;
    }


    • Click on the Paint Roller icon, and then click on Styles.
    • Under inject, custom CSS paste the CSS code.
    • Click on Save once it is done.

    1680114815 6424847f38a74  Screenshot 10

    Give it a try and let us know how it goes.