Hi there,
I’m trying to tweak the Member List template so the search form can query multiple custom member fields at the same time.
Right now my drop down menu looks like this, and it works fine:
<select name=‘search_field_1’ class=‘select’ >
<option value=‘m_field_id_2’>Name</option>
<option value=‘m_field_id_6’>City</option>
</select>
My problem is that I need the City option to query m_field_id_6, AND m_field_id_20 at the same time.
Is that possible?
Thanks for your input.