Hello, I have the following search form in my template:
{exp:search:simple_form channel='rug_ch' results_page='trade-galleries/results' no_results_page='trade-galleries/no-results'}
<input type="text" name="keywords" id="keywords" class="siteSearch"> <input type="submit" value="search" class="searchButton">
{/exp:search:simple_form}however neither the results nor the no results templates are used by the search form- a search term that returns results lands on search/results and a search term that returns no results lands on search/no-results. When I identify a 404 template in my global template preferences any result of a search is directed to the 404 page.
What am I missing? The results and no-results templates exist.