Topic: quick search any field not working when search link does
Hi,
I made an "either" field in the search template, which works great under the search link. The "either" option does not come up in the quick search however. Any ideas of why? I took out gender2 from searches since it mucked things up. I assume people just need to know the gender they are looking for - which may be both male and female. I took out the search labels for both, so there is only one gender1 label.
My page is www.compatible2u.com if you need a reference
Here's my modification in the search template
<!-- ELSEIF field_type = "combo" -->
<!-- IF field_label = "gender1" -->
<select class="select" id="field_{field_label}" name="{field_label}">
<option value="">either</option>
{dropdownlist:field_items,field_value}
</select>