Currently the webform_mailchimp module logs an error message when it cannot subscribe user to a mailing list. The error message is something like:

"E-mail not subscribed: X@Y.com".

This error message provides no information about why the failure occurred. The patch fixes this. Error messages are something like this after the patch has been applied.

"E-mail not subscribed: X@Y.com; error: ZZZZZZ must be provided - Please enter a value"

CommentFileSizeAuthor
webform_mailchimp_gdh.patch667 bytesgudm.d.haralds
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

kalmarr’s picture

jpmckinney’s picture

Status: Patch (to be ported) » Needs review
heshanlk’s picture

Status: Needs review » Reviewed & tested by the community

This is working fine.