I can't seem to find a way to get the group check boxes checked by default on the registration page. Any ideas?

Comments

levelos’s picture

Status: Active » Fixed

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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

cookieinc’s picture

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.