How to remove the frame ...

  • rudyrudy
    Asked on May 13, 2015 at 10:59 PM

    Hi,

    How to remove the frame all arround my form ?

  • Chriistian Jotform Support
    Replied on May 13, 2015 at 11:17 PM

    Hi rudyrudy,

     

    Thanks for contacting us.

     

    Do you mean you want to remove the border around your form?

    How to remove the frame  Screenshot 30

     

    You can remove it by injecting the following CSS snippet.

    .form-all {

       border: none !important;

    }

     

    To inject this to your form, please be guided as follows.

    How to remove the frame  Screenshot 41

     

    Do let us know if you need further assistance.

     

    Regards.