发送带有确认邮件的电子邮件 MailChimp

Send an email with the confirmation MailChimp

如何发送* |EMAIL| * 在 确认 "thank you" 页面 中填写标签或电子邮件地址后,将订阅者发送给另一个 url。

Instead of showing this thank you page, send subscribers to another URL

http://www.example.com/custom_form?*|EMAIL|*

列表 > select 注册表单 来自正在处理的列表右侧的下拉菜单> 一般形式,然后单击页面底部的选项“在高级模式中从头开始编写所有代码。

Select 确认 "thank you" 页面 并编辑页眉中的元标记。 该元标记看起来像这样

<meta http-equiv="refresh" content="0; url=http://www.example.com/custom_form?*|EMAIL|*>

这将告诉浏览器根据需要刷新并重定向到 URL。