Remove “_submit=Search” url parameter
Notice: This thread is very old.
- tpr
- Member | 55
When I set a form to have GET method, after submit the url also contains the submit button's label – which I would like to avoid, if possible.
site.com/search/?q=helloworld&_submit=Search
Is there's a way to disable it? I'm using Nette Forms as a standalone version (latest).
(as a last resort I can remove it using JavaScript)
Last edited by tpr (2016-01-30 17:52)