How can I add a line in between each section

  • FAMEMarketing
    Asked on July 28, 2014 at 3:07 PM

    I would like to add a line or space in between each:

    name

    title

    email

     

     

    name 

    title

    email

  • David JotForm Support
    Replied on July 28, 2014 at 3:54 PM

    Hi,

    Hi,

    You can use the "Text" tool, then use the html <hr> tag.

    How can I add a line in between each section Image 1 Screenshot 30

     

    How can I add a line in between each section Image 2 Screenshot 41

    Though the image displays the tool located in the power tools section, it is now just the regular text tool in "Form Tools" section.  You can also add a simple <hr> tag in the text field and inject custom styling to it with this code:

    .form-all hr{

    border-top-style:none;
    border-bottom-style: dotted;
    border-bottom-width: medium;
    }

    https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Please let us know if you have any other questions and we will be happy to help.

    Thank you for using Jotform!