Hello,

Not sure if this is a Webform_Mailchimp issue or a Bootstrap Theme issue but when using both module and theme together, two checkboxes appear.

Comments

wOOge created an issue.

wOOge’s picture

I've tracked the issue down to this line in webform_mailchimp.inc:

221: #theme_wrappers' => array('webform_element'),

Commenting out that line seems to fix the double checkboxes while using the Bootstrap Theme, and seems to have no ill effect when not using the Bootstrap Theme — eg. tested using stock Bartik theme.

kruser’s picture

This hack worked for me. Thanks for posting!