Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
You'll have to use hook_form_alter() on the subscription form. The form ID you want to look at is mailchimp_subscribe_auth_form. Just set the default value of the interest groups to TRUE.
Comments
Comment #1
levelos commentedYou'll have to use hook_form_alter() on the subscription form. The form ID you want to look at is mailchimp_subscribe_auth_form. Just set the default value of the interest groups to TRUE.
Comment #3
cookieinc commentedDid you figure this out?
I've managed to hook into the form, but I can't for the life of me work out how to set the default checkbox.