Using on label effectively leave the text empty but it still display the 2 points :
and also the * for required fields.
Using on label effectively leave the text empty but it still display the 2 points :
and also the * for required fields.
Comments
Comment #1
quicksketchI do not understand this request.
Comment #2
pitxels commentedhow do I leave a field without label?
using
<none>is common in drupal for hidding titles, and it almost work for hiding the labels...Comment #3
quicksketchAh. 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.Comment #4
quicksketchComment #5
quicksketchLet's consolidate with #310195: Make field labels optional.