Hi Harish,
As you requested, below is the error log. From looking at this, I can now see where the problem is. The form on my website has only the option to enter an email and is missing the name field (FNAME) which is included on the Mailchimp list. Can you please tell me how do I add the name field in the MC4WP sign up? Do you believe this would resolve my issue? Or do you have another solution?
Thank you very much in advance…
[2019-12-26 08:35:06] ERROR: Form 9044 > Mailchimp API error: 400 Bad Request. Invalid Resource. Your merge fields were invalid.
– FNAME : Please enter a value
Request: POST https://us6.api.mailchimp.com/3.0/lists/052ca0cabc/members – {“status”:”pending”,”email_address”:””,”interests”:{},”merge_fields”:{},”email_type”:”html”,”ip_signup”:”,”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”:””,”errors”:[{“field”:”FNAME”,”message”:”Please enter a value”}]}
[2019-12-26 08:58:49] ERROR: Form 9044 > Mailchimp API error: 400 Bad Request. Invalid Resource. Your merge fields were invalid.
– FNAME : Please enter a value
Request: POST https://us6.api.mailchimp.com/3.0/lists/members – {“status”:”pending”,”email_address”:””,”interests”:{},”merge_fields”:{},”email_type”:”html”,”ip_signup”:”,”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”:””,”errors”:[{“field”:”FNAME”,”message”:”Please enter a value”}]}