Drop-Down category search
Hello Guys,
i just bought the Vantage Theme and try to modify some things.
I want to change the search function. The user should select categories (e.g. restaurants) from a dropdown list and afterwards type in city or zip code. I found the code at the header.php but don't know how to change it. There is no need to fill the drop-down dynamically. I only have six categories - so it can be hard-coded-
Code:
<div class="input-cont h39">
<div class="left h39"></div>
<div class="mid h39">
<input type="text" name="ls" id="search-text" class="text" value="<?php va_show_search_query_var( 'ls' ); ?>" />
</div>
<div class="right h39"></div>
</div>
</div>
Is there someone who can help?
Best regards
Janson