Using on label effectively leave the text empty but it still display the 2 points :
and also the * for required fields.

Comments

quicksketch’s picture

Status: Active » Postponed (maintainer needs more info)

I do not understand this request.

pitxels’s picture

how do I leave a field without label?

using <none> is common in drupal for hidding titles, and it almost work for hiding the labels...

quicksketch’s picture

Status: Postponed (maintainer needs more info) » Active

Ah. Currently field title are required and must be shown. The only way to hide them is through theming. See #330804: How do I hide the label of any field?.

<none> sounds like an interesting solution, though it would require that the display of the fields were corrected when looking at the listing of components, since a form element without a title would still need to be listed.

quicksketch’s picture

Title: <none> on label » Support <none> on label
Version: 6.x-2.9 »
Category: bug » feature
quicksketch’s picture

Status: Active » Closed (duplicate)

Let's consolidate with #310195: Make field labels optional.