My site has a simple search option on the home page which is based on the following
<form method="GET" action="search.php">
<input type="text" name="zoom_query" size="10">
<input type="submit" value="Search">
</form>
Having moved from Zoom v6 to v7 I want this search box to include the autocomplete function now available on the main search page. How do I achieve this please?
<form method="GET" action="search.php">
<input type="text" name="zoom_query" size="10">
<input type="submit" value="Search">
</form>
Having moved from Zoom v6 to v7 I want this search box to include the autocomplete function now available on the main search page. How do I achieve this please?
Comment