- π¨πSwitzerland lomale@bluewin.ch Switzerland
Hi im back
As mentioned in #13litte difference. I had to take away the Quotation marks
compared to #4FNAME: [webform_submission:values:first_name]
LNAME: [webform_submission:values:last_name]
PHONE: [webform_submission:values:phone]
ADDRESS:
addr1: [webform_submission:values:your_address:address]But now running Drupal 9.59 and Webform Mailchimp 8.x-5.10
it only works with Quotes
FNAME: '[webform_submission:values:vorname]'
LNAME: '[webform_submission:values:name]'
ANREDE: '[webform_submission:values:gender]'
TITEL: '[webform_submission:values:titel_beruf]'
PHONE: '[webform_submission:values:phone]'
ADDRESS:
addr1: '[webform_submission:values:address:address]'
city: '[webform_submission:values:address:city]'
state: '[webform_submission:values:address:state_province]'
zip: '[webform_submission:values:address:postal_code]'
country: '[webform_submission:values:address:country]'so it works again.
- πΊπΈUnited States solarDog
Drupal 10.2.2
Webform Mailchimp 8x5.10I am having similar issues with mapping my webform (6.2) address fields to the mailchimp Address.
I have tried patch from #16 with no success. The contact does not come into mailchimp using the patch, so I have reverted.
Does not seem to make a difference if I use quotes or not.FNAME: '[webform_submission:values:first_name]' LNAME: '[webform_submission:values:last_name]' COLLUNIV: '[webform_submission:values:college_university]' DEGREE: '[webform_submission:values:degree_program]' PHONE: '[webform_submission:values:phone_number]' ADDRESS: addr1: '[webform_submission:values:your_address:address]' city: '[webform_submission:values:your_address:city]' state: '[webform_submission:values:your_address:state_province]' zip: '[webform_submission:values:your_address:postal_code]'
Everything but the address comes into with the Mailchimp contact. Does anyone have any insight into why this would be happening?