Hello,
I’m using the simple search option and am having trouble getting the no_result_page to work. When there are results, everything shows up using the ‘search/results’ template just fine. But when there is no results, I have a template at ‘search/noresults’ that isn’t showing. It’s just using the standard EE nasty grey screen as if I didn’t define a template to use. Here’s my code:
<div id="site-search">
{exp:search:simple_form search_in="everywhere" channel="bs_content|site_pages" no_result_page="search/noresults"}
<input type="text" placeholder="What are you looking for?" name="keywords" id="site-search-footer" value="" size="30" maxlength="100">
<input type="image" src="../../../includes/images/search_icon.png" id="site-search-footer-icon" value="submit" class="submit">
{/exp:search:simple_form}
</div>Thanks for any help you can provide.