使用MailChimp处理重复的电子邮件

时间:2014-04-04 17:09:33

标签: php html forms mailchimp mailing-list

我继承了一些代码,允许感兴趣的人订阅我们的简报。

表单的操作属性将用户带到http://ourcompany.us7.list-manage.com/subscribe/post?u=1&id=1,其中显示“我们需要您确认,请检查您的电子邮件”,然后重定向回我们的网站。如果用户在其电子邮件中单击此链接,则会订阅该用户。

如果用户第二次输入他们的电子邮件地址,则会将他们带到http://ourcompany.us7.list-manage.com/subscribe/post?u=1&id=1并显示一个表单,他们可以在其中编辑他们的个人资料,但它是无品牌的,详细的,而不是我们想要向用户展示的内容。

相反,我们宁愿将用户带到我们为更新其个人资料而创建的品牌表单,该表单包含在电子邮件的页脚中,其网址为http://ourcompany.us7.list-manage.com/profile?u=1&id=1&e=1

有没有办法修改MailChimp的表格或注册程序才能实现?

这是(简化)表格,

<form action="http://ourcompany.us7.list-manage.com/subscribe/post?u=1&amp;id=1" method="post">
    <label>Subscribe to our mailing list</label>
    <input type="text" value="" name="email">
    <input type="submit" value="Subscribe" name="subscribe"></span>
</form>

1 个答案:

答案 0 :(得分:0)

一种方法是在mail-chimp论坛上设计注册警报页面

http://kb.mailchimp.com/article/how-do-i-build-and-design-my-signup-form-and-response-emails

或者如果你使用了你的品牌形式,你将需要自定义编码来订阅用户mailchimp我发现你使用了嵌入表格。

对于自定义编码,这里是文档的链接

http://apidocs.mailchimp.com/api/1.3/listsubscribe.func.php