Hello, I just stumbled across this excellent software. Thank you for the developers for providing such a useful tool for websites!
However, I am having trouble with the search box. I have one on my site, here is the code that I'm using, according to the tutorial.
<form method="GET" action="search.php">
<input type="text" value="" placeholder="search something..." name="zoom_query size="10">
<input type="submit" value="">
</form>
When I enter a search I am taken to the default search page with no results. The search from my site isn't being carried over through the search script and I'm not sure why. I have changed the search from to both Advanced and Basic, to no avail. From what I understand, this should be an automatic feature. Your help is appreciated.
However, I am having trouble with the search box. I have one on my site, here is the code that I'm using, according to the tutorial.
<form method="GET" action="search.php">
<input type="text" value="" placeholder="search something..." name="zoom_query size="10">
<input type="submit" value="">
</form>
When I enter a search I am taken to the default search page with no results. The search from my site isn't being carried over through the search script and I'm not sure why. I have changed the search from to both Advanced and Basic, to no avail. From what I understand, this should be an automatic feature. Your help is appreciated.
Comment