html - Search Form Not searching -
ive got knowledgebase , bunch of test articles setup, when use search function nothing searches in search bar after search http://example.com/knowledge.html?s=search+test#
and doesn't search page doesn't go no where
here code think might be!
<!-- start of search wrapper --> <div class="search-area-wrapper"> <div class="search-area container"> <h3 class="search-header">have question?</h3> <p class="search-tag-line">if have question can ask below or enter looking for!</p> <form id="search-form" class="search-form clearfix" method="get" action="#" autocomplete="off"> <input class="search-term required" type="text" id="s" name="s" placeholder="type search terms here" title="* please enter search term!" /> <input class="search-btn" type="submit" value="search" /> <div id="search-error-container"></div> </form> </div> </div>
if not that! can send hole html file.
i don't think should have action="#" it possible grabbed example , forgot change couple of things. should equal whatever script doing searching.
Comments
Post a Comment