I just upgraded from RC3 to RC4. The user registration page now shows a second submit button called "save settings' within the newsletter fieldset.
I have attached screenshots for the correct display (RC3) as well as the new incorrect display in RC4.
I hope this helps.
| Comment | File | Size | Author |
|---|---|---|---|
| mailchimp rc3 user registrationworks fine.JPG | 18.73 KB | bgilday | |
| mailchimp rc4 user registration extra submit button screenshot.JPG | 20.67 KB | bgilday |
Comments
Comment #1
levelos commentedSure enough, something I overlooked in the last release. Interestingly, when I added the fieldset to the registration form, that caused the submit button to appear in the registration for. E.g., in hook_user_alter(),
This includes the submit button,
return $form['mailchimp_lists'][] = mailchimp_subscribe_auth_form(NULL, $account, FALSE);But this doesn't,
return $form = mailchimp_subscribe_auth_form(NULL, $account, FALSE);Anyways, fixed in dev branch.