How to separate questions with line/border?

  • lmarlow
    Asked on March 15, 2016 at 4:35 PM

    I would like to add lines/borders in between questions within my form. Is this possible? Thanks. 

  • Nik_C
    Replied on March 15, 2016 at 5:41 PM

    You can use the following CSS code to achieve that effect:

    .form-line[data-type="control_rating"]{

    border-bottom:1px solid;

    }

    This is the end result of the custom CSS code I provided.

     

     

     

    How to separate questions with line/border? Image 1 Screenshot 40

     

    As you can see, there are thin lines now after every question.

    To inject the custom CSS code I have provided, you will have to go to the form Preferences in Form Builder.

    How to separate questions with line/border? Image 2 Screenshot 51

    In Form Builder, in the Form Styles tab you will need to add the code I have provided in the Inject Custom CSS field.

    How to separate questions with line/border? Image 3 Screenshot 62

    Please let me know if this achieves what you wanted.