Home Search Action
Hello,
I have a problem.
<div class="search_wrapper">
<form method="get" id="searchform" action="www.home.com">
<i class="icon_search icon-search-fine"></i>
<a href="#" class="icon_close"><i class="icon-cancel-fine"></i></a>
<input type="text" class="field" name="s" placeholder="Enter your search">
<input type="submit" class="display-none" value="">
</form>
</div>
How can I disable this search form and action.
For some reason becouse of this i can submit some form on home.
www.home.com = homeurl
Comments