View Single Post
Old 08-22-2004, 08:04 PM   #3
visioneer
Green Mole
 
Join Date: Aug 2004
Posts: 4
Remove tag in search form.

On the page that you have the search field/form remove the input tag:

Code:
<input type='hidden' name='template_demo' value=''/>
This input field is getting passed when your search form is submitted.
visioneer is offline   Reply With Quote