Closed (duplicate)
Project:
Webform
Version:
6.x-2.6
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Mar 2009 at 12:31 UTC
Updated:
12 Feb 2010 at 09:34 UTC
I have a list of 23 checkboxes that I'd like to display in two columns. Using table tags in the options list almost works, but gives me some stray checkboxes. This doesn't seem to rise to the level of theming. Would it be possible to allow html in the options list for select items but ignore it in creating the items on the page? Or is there some way to do what I'm attempting now that I'm missing?
Comments
Comment #1
quicksketchThe only way to do what you're trying to do is to theme the form. All forms in Drupal that use tables are done so by theming them.
Comment #2
quicksketchThis request sounds like the solution (if implemented) #603900: Direct support for Multi-column checkboxes radios.