How Can I Format My Forms?

  • cpohts
    Asked on February 25, 2016 at 2:07 PM

    I looked at some of the templates and they have visual sections to them to separate parts of the form.  How do I do this?  Some also have borders around the fields, how do I do that? 

  • mert JotForm UI Developer
    Replied on February 25, 2016 at 2:59 PM

    By injecting some custom CSS codes to your form, you can easily customize your forms' appearance. If you give your wants, we can easily help you through here.

     

    In addition, you need to use the following CSS code to add borders around the fields,

     

    .form-textbox, .form-textarea {

    border: 3px solid red;

    } 

     

    As I said earlier, please don't hesitate to contact us for more styling.

    Thanks.