- This topic has 1 reply, 2 voices, and was last updated 5 years, 11 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › Range input problem
Tagged: V3
Hi,
i’m developing a real estate site and I have for rent / for sale properties.
I need to add a price range filter with custom value.
Here some examples
RENT PROPERTIES
From 0 to 1000
From 1001 to 2000 etc
SALE PROPERTIES
From 0 to 100.000
From 100.001 to 500.000
More than 500.000
I could add two different fields and hide one with javascript, but I’m not able to create the range with custom values.
Thanks
This will likely become a lot easier in V3 (due in a few months), but for now the only way to achieve this is to have a second price field, where the original price field is as is, but the second field has these range choices in. It is possible, with custom coding (requires good PHP skills) to autosave the second value from the first as a post is saved.