RizyGFX
Graphics Designer
- Feb 26, 2018
- 132
- 106
Hey so im working on some features for my hotel and i was wondering how to remove the ?search= variable from search bar so it just did url/home/{username} and not url/home/?search={username}
btw if i remove name"search" code no longer works...
btw if i remove name"search" code no longer works...
HTML:
<!-- The form -->
<form class="example" action="{url}/home/">
<input type="text" placeholder="Search.." name="search">
<button type="submit"><i class="fa fa-search"></i></button>
</form>