SEARCHING my listings
2 posts by 2 authors in: Forums > CMS Builder
Last Post: July 28, 2008 (RSS)
By donnyj555 - July 28, 2008
Would anyone have some instructions on setting up a search form
that would look something like Zillow, Trulia and Realtor.com
meaning
LOCATION_____________________________(Town and state or Zip)
Price minimum________((drop down) to Maximum (drop down)
Advanced search- Bedrooms
Baths
Square footage
Style
that would look something like Zillow, Trulia and Realtor.com
meaning
LOCATION_____________________________(Town and state or Zip)
Price minimum________((drop down) to Maximum (drop down)
Advanced search- Bedrooms
Baths
Square footage
Style
Re: [donnyj555] SEARCHING my listings
By Dave - July 28, 2008
Hi Donnyj555, welcome to the CMS Builder forums!
A good place to start is the search docs here:
http://www.interactivetools.com/docs/cmsbuilder/viewer_search.html
Have a look through there and let me know if you're still not sure or have any questions and I'll be happy to help you out.
Basically you just create some fields like this:
<input type="text" name="location_keyword" value="">
<input type="text" name="price_min" value="">
<input type="text" name="price_max" value="">
<input type="text" name="bedrooms_min" value="">
etc
And those can be dropdowns or whatever kind of field you like.
Hope that helps!
A good place to start is the search docs here:
http://www.interactivetools.com/docs/cmsbuilder/viewer_search.html
Have a look through there and let me know if you're still not sure or have any questions and I'll be happy to help you out.
Basically you just create some fields like this:
<input type="text" name="location_keyword" value="">
<input type="text" name="price_min" value="">
<input type="text" name="price_max" value="">
<input type="text" name="bedrooms_min" value="">
etc
And those can be dropdowns or whatever kind of field you like.
Hope that helps!
Dave Edis - Senior Developer
interactivetools.com
interactivetools.com