How do I add a border to my form?

  • cness
    Asked on March 4, 2015 at 3:57 PM
  • David JotForm Support
    Replied on March 4, 2015 at 4:42 PM

    Hi,

    You can use this custom CSS in your form to have a border around the form itself:

    http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    .form-all {
    border: medium solid red;
    }

     

    You may change the border properties to your liking. Refer to this page for more border styles.