How to add border for multiple fields ?

  • aimsvisahk
    Asked on September 3, 2016 at 6:10 AM

    Hello Jotform team,

     

    Can I add a border to circle multiple fields. for example : I captured screen http://prntscr.com/cdm9us

     

    Many thanks

    Justin Yuen

     

     

  • Irshad
    Replied on September 3, 2016 at 9:37 AM

    Please try to inject the below custom css code in your form to add a outer border in form:

    html.supernova form > div.form-all {

        border: 3px #FF0000 solid;

    }

    How to add border for multiple fields ? Image 1 Screenshot 20

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

    You can check the effect of my custom css code on the clone form here: http://jotform.com/62463848149971

    But there's no way to accomplish the type of grouping or border between selected multiple fields, in the form builder. However, if you embed the form's full source into a web page, it can be edited to include fieldset and legend tags.

    Another alternate solution might be to use multiple pages on form:

    http://www.jotform.com/help/119-How-to-Create-Multi-Page-Forms

    I hope it helps!

    If you need further assistance, feel free to revert back.

    Thanks.

  • aimsvisahk
    Replied on September 5, 2016 at 4:14 AM

    Noted and thanks