Related to:
http://drupal.org/node/1532264
(another missing option)
In the same options area, could we also have the "Multiple" checkbox in Form Builder as well?
(See screenshots)
Thanks for the excellent module!
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | selectlistwithmultiselect-1693504-#6.patch | 1.78 KB | vimalgoradiya |
| #4 | multiple-select.jpg | 39.49 KB | Ryan S |
| webform_with_formbuilder.jpg | 36.46 KB | jmoyles | |
| webform_without_formbuilder.jpg | 48.79 KB | jmoyles |
Comments
Comment #1
sivagnanam commentedI am also facing the same issue, anyone having patch for this??
Comment #2
avergara commentedthe webform "select options" field type were separated into 3 in form_builder_webform:
Comment #3
torotil commentedComment #4
Ryan S commentedI'm having the same issue... the ability to create a "multiple select" box is not available inside Webform via Form Builder UI, not in any of the three options mentioned above (radios, checkboxes, select).
This image above displays the functionality that can't be created within Form Builder UI.
As of now, the only way to circumvent this issue is for us to disable Form Builder UI, add the multiple select, then re-enable the module, which is highly inconvenient and inefficient, to say the least.
Comment #5
Ryan S commentedComment #6
vimalgoradiya commented@jmoyles
I had made some tweak to enable select working for multiple select. On Options tab it displays "Allow multiple values" by enabling checkbox which handles toggles to display like multiple select list or uncheck it for single select list.
Saving field will working for multiple select. YeY.
Here are the patch you can use.