How do we Post to mailchimp groups, instead of lists? This code:
<input name="eNewsletterName2" type="hidden" maxlength="200" size="40" value="MailChimp "/>
Yes: <input name="SubscribeList2" checked="checked" id="SubscribeList2" type="checkbox" value="World Affairs Council"
That will post to our LIST "World Affairs Council" but we don't use the list, we only use GROUPS in that List. How do we post to Groups?
<input name="eNewsletterName2" type="hidden" maxlength="200" size="40" value="MailChimp "/>
Yes: <input name="SubscribeList2" checked="checked" id="SubscribeList2" type="checkbox" value="World Affairs Council"
That will post to our LIST "World Affairs Council" but we don't use the list, we only use GROUPS in that List. How do we post to Groups?
Comment