作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在创建一个 mailchimp 注册表单,遵循 this documentation.我正在托管自己的注册表单,因此我在此处指定该 URL:
我想包含一个动态 URL 参数,该参数会将表单中输入的电子邮件地址发送到我的感谢页面。
我尝试过格式shown here ,我也尝试过使用合并代码,如下所示:
http://example.com/thankyou?email=*|EMAIL|*
或者,如果有完全不同的方法来实现此目的,请使用自定义表单或 API。
最佳答案
我已与 Mailchimp 支持人员讨论了此主题以及我收到的答案:
That wouldn't be possible as the merge tags only populate those values in Mailchimp campaigns and hosted pages. The confirmation thank you page is redirected from the signup form, the form doesn't have a way to capture the email address for the purpose of that merge tag.
因此,一个选项是在列表设计器中使用高级模式,并使用刷新元标记注入(inject)表单:
<meta http-equiv="refresh" content="0;url=https://www.example.com?email=*|EMAIL|*">
关于mailchimp - 如何在 MailChimp 确认页面 url 中包含 URL 参数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48289144/
我是一名优秀的程序员,十分优秀!