Currently there is no way to send one or more tags (https://mailchimp.com/help/getting-started-tags/) along with a newsletter subscription using the webform_mailchimp module.

One way to implement this would be to include this in the configuration settings screen of the webform handler that this module provides. I will provide a patch to get this started.

CommentFileSizeAuthor
#2 add_configurable_tags-3406527-1.patch2.08 KBFrontmobe
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Frontmobe created an issue. See original summary.

Frontmobe’s picture

This patch adds a textfield to the webform handler that accepts one or more tags (separated by comma's). It adds the tags to the mailchimp_subscribe() function used in the handler code.

Do note that when adding tags to sign-ups this way, Mailchimp will create new tags for the audience in case the tags were not yet created on the audience before.