Hi all. I am just setting up my simple search. I have added the expression code to the form and I am receiving the EE error “You did not submit a search term” regardless if I have added a term or not.
Here is my code:
{exp:search:simple_form search_in="everywhere"}
<input type="text" name="search_all" class="search_all" value="" />
<input type="submit" value="Search" class="search_button" />
{/exp:search:simple_form}Can anyone see if I am doing something wrong here?
Thanks