Address field bug
-
When an audience in Mailchimp is set up to use a form with a merge field with a field type set to “address”, the plugin breaks this field up into separate fields.
For example, if I have a field called “ADDRESS”, the plugin will let me choose from:
– ADDRESS-addr1
– ADDRESS-addr2
– ADDRESS-city
– ADDRESS-state
– ADDRESS-zip
– ADDRESS-countryThe plugin then attempts to send data back in a format the API does not understand, resulting in the following:
TYPE
https://mailchimp.com/developer/marketing/docs/errors/TITLE
Invalid ResourceSTATUS
400DETAIL
Your merge fields were invalid.ERRORS
[{“field”:”ADDRESS”,”message”:”Please enter a complete address”}]—
To solve this, we have changed our field from the type “address” to “text” and the plugin operates as expected. Please investigate the issues with the “address” field type.
- The topic ‘Address field bug’ is closed to new replies.