Closed (fixed)
Project:
Mailchimp
Version:
6.x-2.0-rc3
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Jan 2010 at 07:29 UTC
Updated:
21 Apr 2011 at 02:44 UTC
I can't seem to find a way to get the group check boxes checked by default on the registration page. Any ideas?
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.