Greetings,
For some reason my simple search form isn’t working for Firefox, but works fine for Safari and Chrome. Here is my code:
<div class="sidebar-box">
{exp:search:simple_form channel="products" search_in="everywhere" result_page="/_embeds/search_results" status="not closed" where="all" show_expired="yes" show_future_entries="yes"}
<h3>Search</h3>
<p> <div id="search-form"><br />
<form method="post" action=""><br />
<input type="text" id="search-box" name="keywords" value="Enter keywords…" /><br />
<input type="submit" value="Go !" id="search-button"></input><br />
</form><br />
</div><br />
{/exp:search:simple_form} <br />
</div><!-- end sidebar-box -->