gpt4 book ai didi

php - Formmail 重定向问题

转载 作者:行者123 更新时间:2023-11-27 22:43:46 25 4
gpt4 key购买 nike

我正在尝试让 Formmail 表单重定向回它自己的页面。例如,如果我在页面上,http://www.rightfittech.com/paincenter/contact-us.html , 我想重新定向回到 http://www.rightfittech.com/paincenter/contact-us.html ,这是同一页。

我疯狂地用 Google 搜索,没有任何有值(value)的结果。论坛一直说要创建一个隐藏的输入字段

但这不起作用!!!

我的代码在下面,请注意我没有修改 formmail,除了电子邮件地址!

<form action="http://www.rightfittech.com/paincenter/formmail.php" name="Contact" method="post"
id="form1">
<input type="hidden" name="env_report" value="REMOTE_HOST,REMOTE_ADDR,HTTP_USER_AGENT,AUTH_TYPE,REMOTE_USER" >
<input type="hidden" name="redirect" value="http://www.rightfittech.com/paincenter/contact-us.html"/>
<input type="hidden" name="recipients" value="robertmyrick@hotmail.com" >
<input type="hidden" name="mail_options" value="FromAddr=robertmyrick@hotmail.com" >
<input type="hidden" name="subject" value="New Contact" >
<div class="wrapper row-2">
<div class="col-1">
<div class="form">
<label>First Name:</label>
<input type="text" />
</div>
<div class="form">
<label>Last Name:</label>
<input type="text" />
</div>
<div class="form">
<label>E-mail:</label><br/>
<input type="text" />
</div>
<div class="form">
<label>Phone Number:</label>
<input type="text" />
</div>
</div>
<div class="col-2">
<div>
<label>Enter Your Message:</label>
<textarea cols="1" rows="1"></textarea>
</div>

<div class="wrapper">
<div class="alignright" style="float:left">
<a href="#" class="link2" onclick="document.getElementById('form1').reset()"><em><b>Clear</b></em></a>

<div style="width:20px; float:left">&nbsp;</div>

<a href="#" class="link2" onclick="document.getElementById('form1').submit()"><em><b>Submit</b></em></a></div>
</div>
</form>

最佳答案

尝试设置值 good_url 而不是 redirect

像这样:

<input type="hidden" name="good_url"
value="http://www.rightfittech.com/paincenter/contact-us.html"/>

关于php - Formmail 重定向问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8919297/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com