Section Break displays the text "Section Break"

I’d like to put a Section Break line in my form -and I can- but the actual text “Section Break” is also displayed … so my users see it.

I’d like for that not to happen… so, is it a feature or is it a bug? :smiley:

Anyone know how to remove the text?

Cheers /M

You can change the text to be anything you like (I changed it to Contact Information here), or nothing at all. Or you can hide the text with CSS like this:

body .gform_wrapper h3.gsection_title {
  display: none;
}

That will leave the horizontal line only. If you need another solution, please let us know.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.