Merge Fields Error
-
I’m getting an error where users can’t successfully sign up for my Mailchimp form on my WordPress website. The error is listed below in full from the Debug log on my WordPress Dashboard.
I think the problem is that I can’t get my WordPress form fields to align with my Mailchimp form fields, so my API is giving and getting different fields than expected. I’m trying to get these form fields to align, but I can’t seem to do so by navigating WordPress’s dashboard and MailChimp’s Audience/Signup Forms/Form Builder section on their dashboard.
The fields I want (as required fields):
Email
First Name
Last Name
Birthday
Zip CodeThe Email Fields As Is (see link)
Email Address
First Name
Last Name
Birthday(in the form as it currently stands, only the email address is required and there is no zip code field).
I don’t know how to get these fields to be the same on WordPress and Mailchimp. On my Mailchimp back end, I have these fields listed as mandatory, but it doesn’t seem to be updating on my WordPress and I have no idea why. Do I have to update the HTML in the form fields in WordPress to match them?
Please help, this is very confusing. Thank you. Error message below.
Error Message
[2020-01-19 15:10:39] ERROR: Form 954 > Mailchimp API error: 400 Bad Request. Invalid Resource. Your merge fields were invalid. - MMERGE6 : Please enter a value Request: POST https://us20.api.mailchimp.com/3.0/lists/cea7e7971c/members - {"status":"pending","email_address":"krae*******@gm***.com","interests":{},"merge_fields":{"BIRTHDAY":"05\/30","FNAME":"WEst","LNAME":"Kraemer"},"email_type":"html","ip_signup":"--MY IP ADDRESS--","tags":[]} Response: 400 Bad Request - {"type":"https://developer.mailchimp.com/documentation/mailchimp/guides/error-glossary/","title":"Invalid Resource","status":400,"detail":"Your merge fields were invalid.","instance":"487aff70-893b-40c8-a3ce-a2c6b98a3838","errors":[{"field":"MMERGE6","message":"Please enter a value"}]}<code></code><code></code>
The page I need help with: [log in to see the link]
- The topic ‘Merge Fields Error’ is closed to new replies.