我正在上面尝试,但消息显示在 php 页面上。而不是在索引页面上重新加载并在订阅表单上方显示消息,其重定向到 PHP 页面。您可以检查附加的测试站点链接。表单位于索引页面上。我尝试重新加载页面通过 jquery onload 和 onclick onsubmit 但没有工作。下面是我所做的测试。
//form is on index.html page
<!-- your form here -->
<form action="forms/subscribe.php"id="form" method="post">
<input type="email" name="email" placeholder="Enter your Email">
<input type="submit" value="Subscribe">
</form>
//form is on index.html page
我的 php 页面
<?php
// My Code goes here form to email
header.location(位置:/index.html)
?>
qq_笑_17
慕运维8079593
慕丝7291255
相关分类