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

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -