When a list is set to double opt-in and a subscription is made, two messages are displayed at the same time: " ....An email will be sent to your address. Click the link in the email to confirm the subscription." and "Thank you, you have been successfully subscribed.". The second message is unnecessary and potentially confusing - no subscription has actually been made at this point.

CommentFileSizeAuthor
#1 mailchimp.module.double-message.patch929 bytesbocaj

Comments

bocaj’s picture

Status: Active » Needs review
StatusFileSize
new929 bytes

I have rolled a patch that I think should correct this. I have not had a chance to test this though, so please test before using on a production site. Rolled against latest 2.x-dev.

levelos’s picture

Status: Needs review » Closed (works as designed)

The second message is actually a configurable "success" message. You could even set it to nothing. The former is always displayed by _mailchimp_subscribe_user() to reflect the success of the action and list settings. Maybe not perfect, but that's the setup for now. I think a better solution is to change the message settings to a configurable redirect which is ticketed in the queue.