I'm not able to make the newsletter fields of FaaS work. The documentation seems to be clear, and I think we've implemented it as described, but nothing comes out the other side. I tested with an "EasyPage" and it worked, so I know our Constant Contact account is linked correctly. Here is the form code:
<input name= "eNewsletterName1" type="hidden" value="ConstantContact">
<label id="SubscribeList1Label" for="SubscribeList1">
<input name="SubscribeList1" type="checkbox" checked="checked" id="SubscribeList1" value="General Interest"> Please sign me up for your newsletter
</label>
<input name= "eNewsletterName1" type="hidden" value="ConstantContact">
<label id="SubscribeList1Label" for="SubscribeList1">
<input name="SubscribeList1" type="checkbox" checked="checked" id="SubscribeList1" value="General Interest"> Please sign me up for your newsletter
</label>
Comment