Is there any way to add a border to a form?

  • JohnFraserScott
    Asked on February 26, 2015 at 9:45 PM

    Is it possible to have the form for example, in white color, but add a border that runs the perimeter of the form and is say, 2px wide and is black?

    Vlad

  • Ashwin JotForm Support
    Replied on February 26, 2015 at 11:30 PM

    Hello JohnFraserScott,

    Yes it is possible to achieve your requirement. Please inject the following custom css code in your form to add a outer border in form:

    .form-all {

    border: 2px solid black;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    border-radius: 10px;

    }

    The following guide should help you on how to inject custom css code in form:  http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    You may also like to take a look at our form designer to further customize the look of your form:  http://www.jotform.com/help/300-Form-Designer-Tutorial-Let-s-create-fantastic-forms 

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!