At my website I am using the user registration and the mail chimp add-ons. When I have people register for my website, I would like to have a checkbox that allows them to signup for the newsletter at the same time as registering. I've set the mail chimp form to add the user to the list if the checkbox is checked. Unfortunately, it doesn't seem to be working. The user is registered fine, but their email is not added to the mail chimp subscriber list.
Put Simply:
- mail chimp works fine by itself
- user registration works fine by itself
- the mail chimp form recognizes the checkbox option (using conditional logic)
- selecting the checkbox isn't recognized by mail chimp and they are not added to the list when they register
I believe the problem is related to the user registration and the mail chimp add-ons both using the same form. Is this possible?