My simple search is running fine but when the user clicks the back button in the browser to return to the previous page and start another search, I get this error:
“The following errors were encountered
The action you have requested is invalid.”
My code for the search box looks like this
<dt id="search-box"></dt>
<dd class="search-form">
{exp:search:simple_form channel="products"
search_in="everywhere" result_page="site/search"}
<input type="text" name="keywords" value=""
id="search" placeholder="Search…" size="17"
maxlength="100" size="20"
input type="submit" value="Go"/>
{/exp:search:simple_form}
</dd>
and for the search results page:
<h1>Search Results</h1>
</br>
<dl id="search_results">
{exp:search:search_results}
<dt class="text"><a href="http://{title_permalink=">_{title}</a></dt>
<dd class="text">{product_brief}</dd>
</br></br>
{/exp:search:search_results}
</dl>I’ve tried searching the forums and google but can’t seem to find a similar problem.
I’m running EE 2.3.1