Zen Follower
- Join Date:
- Dec 2010
- Posts:
- 362
- Plugin Contributions:
- 0
Modify email newsletter signup - reroute to Mail Chimp
We're setting up a Mail Chimp account to handle our email newsletter. To that end, we want emails gathered on the new account and user account pages to be directed to Mail Chimp and not to the ZC database.
I can figure out the Mail Chimp API, but I'm stumped as to how I get the customer's email address from the account page. Right now it looks like ZC just sends a zenid to the database:
<form name="account_newsletter" action="https://quinceandco.com/store/index.php?main_page=account_newsletters&zenid=ccf906e9ecfcb26b4591fec4e64e26f0" method="post"><input type="hidden" name="action" value="process" />Is there a different variable that I can use that will contain the email address and not a zenid?