如何使用mailchimp嵌入表单重定向到自定义感谢页面

时间:2017-12-23 03:47:54

标签: forms redirect mailchimp

我按照此处https://kb.mailchimp.com/lists/signup-forms/design-and-host-your-own-thank-you-pages的步骤在表单后启用了自定义感谢页面,但它不起作用。我使用的是嵌入式表单,我想要的页面是https://seekrefugeco.com/pages/thank-you,我的代码是:



<link href="//cdn-images.mailchimp.com/embedcode/classic-10_7.css" rel="stylesheet" type="text/css">
<style type="text/css">
	#mc_embed_signup {
    background: #fffff;
    color: #000000;
    padding: 30px;
        text-align: center;
}
#mc_embed_signup h2 {
    font-size: 18px;
    margin: 0 0 20px;
    color: #00000;
    text-align: center;
}
#mc_embed_signup .mc-field-group {
    padding: 20px 0;
}
#mc_embed_signup  input {
    width: 200px;
    padding: 10px; 10px; 10px; 10px;
}
#mc_embed_signup .button {
    background-color: #f7baa1;
    color: #ffffff;
    margin: 10 auto;
    font-size: 25px;
}	
</style>

<div id="mc_embed_signup">
<form action="https://seekrefugeco.us16.list-manage.com/subscribe/post?u=0db9ff57cebc6a3ab974c0eef&amp;id=671804248a" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
    <div id="mc_embed_signup_scroll">


<div class="mc-field-group">
	<label for="mce-EMAIL">Email
</label>
	<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
</div>
	<div id="mce-responses" class="clear">
		<div class="response" id="mce-error-response" style="display:none"></div>
		<div class="response" id="mce-success-response" style="display:none"></div>
	</div>    <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
    <div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_0db9ff57cebc6a3ab974c0eef_671804248a" tabindex="-1" value=""></div>
    <center><div class="clear"><input type="submit" value="I want this" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
    </center></div>
</form>
</div>
&#13;
&#13;
&#13;

0 个答案:

没有答案