Gossamer Forum
Home : Products : DBMan : Installation :

Search a specific field

Quote Reply
Search a specific field
Right now I am using a keyword search to search my entire data base, but I want to search only one specific field, the city field. What would I add in my html form to make this happen?

Thanks

Evan
Quote Reply
Re: Search a specific field In reply to
You only have one field on your html page? If so, does it look something like

Code:
<input type="text" name="keyword">

If so, change name="keyword" to the name of your city field.


------------------
JPD






Quote Reply
Re: Search a specific field In reply to
Thanks so much, that worked perfect!