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!

Comments

sivagnanam’s picture

I am also facing the same issue, anyone having patch for this??

avergara’s picture

the webform "select options" field type were separated into 3 in form_builder_webform:

  • radios
  • checkboxes
  • select
torotil’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)
Ryan S’s picture

StatusFileSize
new39.49 KB

I'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).

Multiple Select Box
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.

Ryan S’s picture

Version: 7.x-1.0 » 7.x-1.13
Status: Closed (works as designed) » Active
vimalgoradiya’s picture

StatusFileSize
new1.78 KB

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