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.

CommentFileSizeAuthor
#4 checkboxes.patch1.05 KBmanuel.adan

Comments

adam_b’s picture

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.

open social’s picture

the hack is in viewselect.inc search for hack comment the next line

johnnydigit’s picture

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.

manuel.adan’s picture

Status: Active » Needs review
StatusFileSize
new1.05 KB

This 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.

freakalis’s picture

Status: Needs review » Closed (fixed)

Checkboxes where not working that good in previous version but should work correctly in beta3.