add line break in heading text

  • martyrob
    Asked on January 19, 2018 at 6:40 AM
  • Dexter_R
    Replied on January 19, 2018 at 7:56 AM

    Does that apply to this form, maybe?

    https://form.jotform.com/80183716755967

    Can you please provide us with the URL of that form?

    Thank you

  • martyrob
    Replied on January 23, 2018 at 1:09 PM

    Thank you. This form https://form.jotform.com/80184878680166

  • Adrian
    Replied on January 23, 2018 at 1:57 PM

    I am not really sure what you need help with.

    You cannot add a line break to the Heading text.

    A workaround solution is to add some Custom CSS code (i.e. you can increase the line-height property of the heading).

    .form-header {
    line-height: 2em;
    }

    Help Article: How to Inject Custom CSS Codes


    You can also add a Text field which allows more customization.


    Let us know if you need further help.