我试图弄清楚如何将我的选择加入表单重定向到特定页面(http://www.example.com/thanks)
这是我的表单的代码:
<form action="http://mailer334.insty.me/subscribe" method="POST" accept-charset="utf-8">
<label for="name">Name</label><br/>
<input type="text" name="name" id="name"/>
<br/>
<label for="email">Email</label><br/>
<input type="text" name="email" id="email"/>
<br/>
<input type="hidden" name="list" value="efwefwefwefwefwef"/>
<input type="submit" name="submit" id="submit"/>
</form>
现在它只是将人们带到 Insty.me ( http://mailer359911.insty.me/subscribe ) 的默认页面,这不是我想要的 - 它需要在该页面上发布信息以添加人员我的电子邮件列表,但重定向到不同的页面,感谢他们并提供进一步的说明。