I can't seem to find a way to get the group check boxes checked by default on the registration page. Any ideas?
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.
Automatically closed -- issue fixed for 2 weeks with no activity.
Did 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.
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.