
Jake
Staff
/ Moderator

Aug 17, 2008, 6:35 PM
Post #2 of 3
(7153 views)
Shortcut
|
|
Re: [kezza] Not all listings are being displayed
[In reply to]
|
Can't Post
|
|
Hi Kerry, The problem here seems to be these lines of code used in your search form:
<option value="1" selected="selected">No Min</option> <option value="100,000" selected="selected">No Max</option> If you adjust these to the following, the search should work:
<option value="" selected="selected">No Min</option> <option value="" selected="selected">No Max</option> Those values can be left blank to bypass the minimum or maximum search parameters. Let us know if you need anything else! ----------------------------------------------------------- Cheers, Jake Marvin - Product Specialist support@interactivetools.com [hr][i][url "http://www.interactivetools.com/consulting/"][b]Hire me![/b][/url] Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with [url "http://www.interactivetools.com/consulting/"][b]Priority Consulting[/b][/url].[/i]
|