How can i set borders to my form

  • sarinb
    Asked on June 17, 2014 at 11:55 AM

    Hey, i have made a nice form  but i would like to set borders to the form frame, any idea where this function is?

     

    Sarin

  • Ashwin JotForm Support
    Replied on June 17, 2014 at 2:07 PM

    Hello Sarin,

    Please take a look at the following cloned form and see if this is something which you wanted to achieve:  http://form.jotformpro.com/form/41675782733969?

    Feel free to clone this form for a closer look. The following guide should help you in form cloning:  http://www.jotform.com/help/42-How-to-Clone-an-Existing-Form-from-a-URL

    Alternatively, you can inject the following custom css in your form:

    .form-all {

    border: 5px solid #4C6BB7;

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    border-radius: 10px;

    }

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

    Hope this helps.

    Do get back to us if you need any other changes.

    Thank you!