You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I´m building a filter form with Advsearch plugin, but now i´m having some troubles in filtering prices.
How can i put this working? I tried, but it´s not working!! This is not an issue for sure, it´s something that i´m not doing well and because of that isn´t working!! :)
Hi guys
I´m building a filter form with Advsearch plugin, but now i´m having some troubles in filtering prices.
How can i put this working? I tried, but it´s not working!! This is not an issue for sure, it´s something that i´m not doing well and because of that isn´t working!! :)
Many thanks in advance,
Legues
The form part is this one:
<select name="pricerange" class="selecter"> <option selected="selected" value="all">Select a price range</option> <option value="all">Any</option> <option>0-500,000€</option> <option>500,000-1,000,000€</option> <option>1,000,000-1,500,000€</option> <option>1,500,000-2,000,000€</option> <option>>2,000,000€</option> </select>
Then i tried a queryhook like this one:
The text was updated successfully, but these errors were encountered: