 |

Donna
Staff
/ Moderator

Oct 9, 2007, 3:35 PM
Post #2 of 2
(633 views)
Shortcut
|
|
Re: [fnwadmin] Search.cgi not returning any results?
[In reply to]
|
Can't Post
|
|
Hi there, It looks like your value for "Listed By" is defaulting to the keyword "Anyone" ... but of course, there's no user called "Anyone" so nothing shows up. In your code, you have this:
<option>Anyone <option value="1">John Welch Jr. <option value="2">Lonny Renick <option value="3">VASANA You'll want to change it so that the "anyone" field defaults to blank, like this:
<option value="">Anyone <option value="1">John Welch Jr. <option value="2">Lonny Renick <option value="3">VASANA Give that a try and let me know how it goes. :) Donna
Hire me! 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 Priority Consulting.
|
|
|  |
|