在我的页面上发布表单后刷新页面时,我一直收到此错误。
我已经尝试了一些我通过谷歌找到的建议,但似乎没有工作,仍然在多个浏览器中出现此错误。我有什么想法可以解决这个问题吗?
To display this page, Firefox must send information that will repeat any action (such as a search or order confirmation) that was performed earlier.
<form method="POST" action="landingpage.php">
Navigation colour:
<div class="color-picker">
<input type="color" name="navbarcolour" class="form-control" value="<?php echo $result['navbarcolour']?>"/>
<br />
Call & Working hours colours:
<input type="color" name="navtxtcolour" class="form-control" value="<?php echo $result['navtxtcolour']?>"/>
<br />
Call & Working hours detail colours:
<input type="color" name="navtxtcolour2" class="form-control" value="<?php echo $result['navtxtcolour2']?>"/>
<br />
<input class="btn btn-primary btn-md" type="submit" value="Submit">
</div>
</form>
答案 0 :(得分:0)
我不认为这是一个错误。我个人不使用Firefox,但在其他浏览器中,只要您重新加载填写的表单就会出现。尝试去另一个网站,然后回去。希望这有帮助!
答案 1 :(得分:0)
也许在验证完成后尝试重定向到“成功”页面。提交。不要真的考虑你所得到的错误...更像是“作为一边”的信息。