I’m synchronizing a webform to populate MailChimp lits via the MailChimp module. As well as capturing the first and last name I also want to capture the City and Province.
However when I submit I only seem to capture the email address in MailChimp.
I configured my form for each field as the following.
Email Field (This works.)
- Title: Email
- Key: email
- Type: Email
First Name (This doesn’t transfer to MailChimp.)
- Title: First Name
- Key: fname
- Type: Text field
Last Name (This doesn’t transfer to MailChimp.)
- Title: Last Name
- Key: lname
- Type: Text field
In MailChimp I set up in the List fields and |MERGE| tags the following.
- First Name |FNAME|
- Last Name |LNAME|
Has anyone else had issues with merging fields from Drupal 8 into MailChimp via the MailChimp module?