Hi,
I’m running EE 2.2.1 and ran into a strange error.
When trying to add a simple search form to a page it get this: “M00o93H7pQ09L8X1t49cHY01Z5j4TT91fGfr” instead of the actual search form.
This search form tag is not nested in some other EE tag.
Any ideas?
Kind regards,
Bart
Code:
{exp:search:simple_form channel="producten" status="open" search_in="titles" where="word" no_result_page="zoeken/geen-resultaten" result_page="zoeken/resultaten"}
<div id="search">
<input type="text" name="keywords" id="keywords" value="" size="18" maxlength="100" class="text" />
<input type="submit" value="search" id="searchbutton" />
</div><!-- /#search -->
{/exp:search:simple_form}