例如,如果他们没有输入电子邮件地址,则会在新窗口中打开,但我需要在相同的窗口中显示。目前的代码:
// Error message displays if email is missing
if (!$from){$errorMes3="ERROR: You didn't enter your email address. "; $error=1; }
此外,成功消息需要位于同一个框中并重定向到同一页面,当前代码:
// display mail sent message
else {
echo (" <title>SendMail Notice: mail was successfully sent</title><body><br><br><br><br>
<p style=\"font:11pt arial\" align=left>Your message has been successfully sent.
<br><br><i>Thank you</i></p>
</body></html>"); exit(0);
答案 0 :(得分:1)
我使用了一个已经集成的联系表单,解决了这个问题。现在效果很好!
答案 1 :(得分:0)
尝试使用表单操作$ _SERVER ['PHP_SELF']和错误&amp;您需要在同一页面上检查验证的成功消息。