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.

Comments

levelos’s picture

Status: Active » Fixed

Sure 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.

Status: Fixed » Closed (fixed)

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