How to remove the frame border around the form?

  • ginabite
    Asked on February 1, 2017 at 2:37 AM
    Lastly, I do not want the frame around the form and can't figure out how to get rid of it.
  • Ashwin JotForm Support
    Replied on February 1, 2017 at 2:37 AM

    Hello ginabite,

    Please inject the following custom css code in your form to remove the border around form:

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

        box-shadow: none !important;

    }

    The following guide should help you how to inject custom css code in form: https://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!

  • Gina
    Replied on February 1, 2017 at 8:24 PM

    Yes, that worked! Thank you.

    Is it possible to get rid of the scroll bar and left-justify it so it looks like part of the page?

  • TitusNdoka JotForm Developer
    Replied on February 2, 2017 at 12:46 AM

    You may want to consider splitting your form into different pages so that the height can fit on the wordpress page.

    The scrollbar appears automatically when the form height is greater than the iframe that contains it, right now, you would need an iframe height of 4800px just to have the scrollbar not show - I would recommend splitting the form into multiple pages - you can do this from the form builder by adding a page break where you would like it to appear on your form