我知道您可以使用API來做到這一點,但不知道常規註冊表單。添加MailChimp訂戶以註冊表單進行分組,而不是API
有誰知道是否可以將一些代碼添加到MailChimp中的高級註冊表單中,該表單會自動將它們添加到列表中的特定組中?
我只收集電子郵件地址,我不希望用戶必須手動選擇組。如果他們正在使用該表單,我希望他們添加到該組中。
我問MailChimp尋求幫助,但他們告訴我他們的客戶支持不代碼,我應該聘請專家。
也許相關代碼段可能會有所幫助:
<form action="http://lalala.us2.list-manage1.com/subscribe/post" method="post">
<input type="hidden" name="u" value="345fc4974810ef65c8276c8">
<input type="hidden" name="id" value="25c4d1b28">
<table cellpadding="5" cellspacing="0" border="0" align="center">
<tr>
<td align="right" class="formLabel"><strong>Email Address</strong> <span class="asterisk">*</span>:</td>
<td align="left">
<input type="email" autocapitalize="off" autocorrect="off" name="MERGE0" id="MERGE0" size="25" value="*|MERGE0|*">
<br><span class="error">*|HTML:EMAILERROR|*</span></td>
</tr>
有,我可以將它們自動添加到組列表分組名稱添加一個隱藏的輸入類型?
好的工作夥伴! –