I’m at a bit of a loss as to what to do with a search form I’ve got in my page:
When I check in the source code I get about 200 lines of junk numbers.
eval(unescape(”document
I’ve tried deleting the search form and replacing it with some of the search code used in the free site templates but they all produce the same junk.
I don’t really know what to check next. Any suggestions?
This is the search code I’m trying to use:
{exp:search:simple_form search_in="everywhere"}
<input type="text" name="keywords" value="" class="input" size="18" maxlength="75" /> <input type="submit" id="sbutt" value="GO" />
{/exp:search:simple_form}