Add configurable tags to the webform handler configuration screen.

Created on 6 December 2023, about 1 year ago

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.

Feature request
Status

Active

Version

5.10

Component

Code

Created by

🇳🇱Netherlands frontmobe Amsterdam

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @frontmobe
  • 🇳🇱Netherlands frontmobe Amsterdam

    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.

Production build 0.71.5 2024