Simulate multiline header with text field

  • ACTISA
    Asked on May 27, 2018 at 9:49 PM

    I would like to make a multiline "header" in my form, with the similar horizontal yellow line at the top/bottom.

    I presume I would do this by creating a text field, and editing the html, but I am not sure how to make the horizontal lines etc behave the same as the header field.


    Can you please advise.

    thanks,

    Aaron

  • BJoanna
    Replied on May 28, 2018 at 4:01 AM

    You can add the horizontal lines to your Text field using the <hr /> HTML code. 

    1527493749hr1 Screenshot 10

    You can change the color of the horizontal lines with this CSS code:

    hr {

    height: 1px;

    background-color: yellow;

    border: none;

    }

    How to Inject Custom CSS Codes

    Here is a demo form - https://form.jotform.com/81472218170957