Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: Listings Manager (Realty Manager & Auto Manager):
Search Field Question

 

 


webfoot
User

Aug 26, 2008, 9:19 AM

Post #1 of 2 (1144 views)
Shortcut
Search Field Question Can't Post

Hello,

I have 2 questions (at least for now Laugh)....

1. Is this correct -
<input name="City" type="text" name="lfield23_match" value="" size="20" maxlength="20" />
when listing database field is 23 and text input?

2. Is this correct -
<input name="listing_num" type="text" id="listing_num" value="" size="20" maxlength="20" />
when I want to search for specific car by listing number?

Thanks...
melinda
webfootstudios.com


Donna
Staff / Moderator


Aug 26, 2008, 3:40 PM

Post #2 of 2 (1127 views)
Shortcut
Re: [webfoot] Search Field Question [In reply to] Can't Post

Hi there! Close -- the first one has a minor error, as you're setting the "name" twice. It should just be:

<input type="text" name="lfield23_match" value="" size="20" maxlength="20" />

Alternately, you can have it look for a keyword instead of a full match, and go for this:

<input type="text" name="lfield23_keyword" value="" size="20" maxlength="20" />

Donna

--
support@interactivetools.com