Hey gang.
I've been able to get everything working with our FaaS forms as needed.
EXCEPT for mailchimp.
I've entered our MC API key, and entered the Mailing List Name as well.
Should this be mailing list ID?
I'm currently getting this error response, which I'm not sure exactly where the problem is.
My form contains these fields for mailchimp subscription:
Thanks for your help.
I've been able to get everything working with our FaaS forms as needed.
EXCEPT for mailchimp.

I've entered our MC API key, and entered the Mailing List Name as well.
Should this be mailing list ID?
I'm currently getting this error response, which I'm not sure exactly where the problem is.
Code:
/support/error?on=Xml%20Error&The%20'urn:APISchema.xsd:eNewsletterPassword'%20element%20is%20invalid%20-%20The%20value%20''%20is%20invalid%20according%20to%20its%20datatype%20'NormalizedString'%20-%20The%20actual%20length%20is%20less%20than%20the%20MinLength%20value.&hashresponse=ZGEzOWEzZWU1ZTZiNGJkMzI1NWJmZWY5NTYwMTg5MGFmZDg3OQ==&RefID=
My form contains these fields for mailchimp subscription:
Code:
<p class="communicate"> <input name= "eNewsletterName1" type="hidden" value="MailChimp" /> <input name="SubscribeList1" type="checkbox" id="SubscribeList1" value="Click and Pledge Donations List" /> <label class="check" for="email_communications">I would like to receive email communications</label> </p>
Comment