Adding additional field to MailChimp
-
Hello. I’m trying to add an aditional field to the Mailchimp, but without any success.
I’ve got the “WooCommerce Checkout Manager” and I’ve set up some filds in it, lets say “test”.
When i go to the CheckOut page, and “buy” anything, the field is writing to the database, but i can’t send it to the MailChimp.
Here’s the screenshot from my functions.php file:
https://i65.tinypic.com/34ill46.png
The phone, ID1 and ID2 fields(my custom fields) works just fine.
Untill I enable the 508 line($merge_tags['BIRTHDAY'] = $_POST['birth'];)
After I enable it, none of the fields sends to the Mailchimp.
I need that Birthday field and some other fields, like “city”, “address”.
But I can’t make it work the same way as those 3 fields works. That’s weird.
What should I do to make it work?
- The topic ‘Adding additional field to MailChimp’ is closed to new replies.