with bootstrap theme turned on,

the form won't submit unless you select all the options on the right box. I wonder how to make this work. I understand it might be theming issue, and just wonder if anyone has the similar issue and actually solved it. thanks.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

attheshow’s picture

Category: bug » support
windmaomao’s picture

here's the quick fix

$('.form-submit:not(.multiselect-processed)', context).addClass('multiselect-processed').click(function() {

change input.form-submit to .form-submit, since bootstrap use button instead of input.

JvE’s picture

Category: support » bug
Status: Active » Needs review
FileSize
663 bytes

Changing to bug report and attaching patch.

vincer’s picture

Issue summary: View changes

#2 Worked for me.

gauladell’s picture

#3 Worked for me too ! Thanks for the patch !

rcodina’s picture

Status: Needs review » Reviewed & tested by the community
FileSize
629 bytes

Works for me too. I upload the same patch on #3 but done using git.