Closed (fixed)
Project:
Webform
Version:
6.x-2.7
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Jun 2009 at 09:31 UTC
Updated:
12 Feb 2010 at 10:07 UTC
Can anyone help me to prevent displaying label for check boxes.
Now in webforms check boxes are displayed as follows
label: (check box) (options)
But I want only display check box and option values
(check box) (options)
Please help me to do this
Comments
Comment #1
effulgentsia commentedThis got filed to the wrong issue queue. I'm moving it to the webform issue queue. Hopefully someone there will be able to answer this.
Comment #2
quicksketchThe only way to do this is through theming currently. See the THEMING.txt file included with Webform. You'll probably just want to unset the title of the element like:
Comment #3
quicksketchAlso of interest: #264181: Creating a single checkbox. Closing this issue.