Posted by maristgeek on February 22, 2011 at 4:41pm
4 followers
Jump to:
| Project: | Webform View Reference Component |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
For a single page form, the only way I could get checkboxes to show up was to comment out the line for the Drupal 6 hack to properly render on multipage forms.
Comments
#1
Subscribe - as soon as I tick "Multiple", the view rows disappear and I'm left with only the title. Ticking "listbox" or adding a page break brings the rows back again.
#2
the hack is in viewselect.inc search for hack comment the next line
#3
I had this problem on a single page form. I made it work by adding a dummy select element, displayed the same way, and hiding it in a permanently collapsed fieldset. I'm not sure what this achieved under the covers.