Hi
I am using the mailchimp addon to create a subscription form with interests from a group setup in mailchimp.
I have added the interest ID's to each checkbox input field like:
<perch:input type="checkbox" id="business" value="01634926cb" mailer="interests"><label>East Sussex business news and success stories</label></perch:input>
<perch:input type="checkbox" id="commercial" value="a87d1ef29a" mailer="interests"><label>Commercial property news and developments</label></perch:input>
<perch:input type="checkbox" id="events" value="7a1bd93f79" mailer="interests"><label>Events</label></perch:input>
Initially this seemed to work, but no longer does. Is this not correct? i followed the documentation...
Thanks