Posted by Seneschall on March 10, 2011 at 2:32am
Basically, I'm trying to add a hook form alter to a search for a real-estate site. basically, the form would be Location, # beds, # baths & Price From X amount to X amount. The Price is what I'm having trouble with. Never had to worry about ranges before. Anyone know how to handle this?

Comments
a little late
instead of using your basic search function, you might consider using a view with exposed filters. you can then set a "from" price and a "to" price filter fairly easily.