SyntaxFix
Write A Post
Hire A Developer
Questions
I don't know why but its happened when you submit a form inside a page to itself by the POST method.
POST
So change the method="post" to method="get" or remove action="anyThings.any" from your <form> tag.
method="post"
method="get"
action="anyThings.any"
<form>