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.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | checkboxes.patch | 1.05 KB | manuel.adan |
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | checkboxes.patch | 1.05 KB | manuel.adan |
Comments
Comment #1
adam_b commentedSubscribe - 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.
Comment #2
open social commentedthe hack is in viewselect.inc search for hack comment the next line
Comment #3
johnnydigit commentedI 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.
Comment #4
manuel.adanThis module has a hidden dependency on select (or other) module to render checkboxes. Also, expect a configuration value that is not present in webform component configuration form, which appears to be a to-do.
So, to render select as checkboxes, install the select (or other) module and apply attached patch.
However, the "other" value available at the end of lists doesn't work yet and if it is on form doesn't submits. I don't know why, I don't need this feature and I simply disable it using CSS from my site.
Comment #5
freakalis commentedCheckboxes where not working that good in previous version but should work correctly in beta3.