Forum
Mailchimp App Groups
https://kb.mailchimp.com/lists/groups-and-segments/add-groups-to-a-list
I am attempting to get mailchimp addon to add users to different group and have been unsuccessful. Is this possible? Can you give direction?
Thanks!
I don't understand the question, what have you tried?
Mailchimp has an option for "groups" the mailchimp form code (from mailchimp) looks like this:
The main thing to look at is:
I have attempted setting the "mailer" input property for perch forms to use the mailchimps input attribute "name" and the used the value of mailchimps input as the value for perch's input property. This did not work. It appears that it uses different api calls to define groups with mailchimp...is this not possible with perch?
I don't think that's going to be possible in the current version. You can pass in mergevars by setting the
mailer
attribute, but groupings then require the data to be in a very set format, which differs from what you'd get from an HTML form by default.Thanks, I think we are going to use a 3rd party app like wufoo to accomplish everything we need.