Hi, we have a C&P form on our site at https://www.literacypartners.org/way...ive/donate-now
Upon successful donation, we want to add the donor email to the "Donations" list in our mailchimp account. I have placed the code below inside the form, but donors are not being added to the list. Please let me know how to resolve the issue.
Upon successful donation, we want to add the donor email to the "Donations" list in our mailchimp account. I have placed the code below inside the form, but donors are not being added to the list. Please let me know how to resolve the issue.
Code:
[FONT=verdana]<input name="[/FONT][FONT=verdana]eNewsletterName2[/FONT][FONT=verdana]" type="hidden" maxlength="200" size="40" value="[/FONT][FONT=verdana]MailChimp[/FONT][FONT=verdana]"/>[/FONT] [FONT=verdana]<input name="SubscribeList2" type="hidden" id="SubscribeList2" value="Donations" />[/FONT]
Comment