
Chris__T
Posts: 339
|
| Posted: 02/09/2009, 2:43 PM |
|
Right now I have an autocomplete field which brings up street names in our city. They type the first few letters and pick the correct street, then go back to the beginning of the field and type the street address number.
Is there a way for the user to type the address number, then when they start typing letters, it starts up the autocomplete function?
Ex. If I want to put in my record "1500 Apple Park Blvd", I'd like for them to be able to type '1400' then when they start to type the 'A' in "Apple", it starts the autocomplete.
|
 |
 |
damian
Posts: 838
|
| Posted: 02/09/2009, 4:24 PM |
|
one way is to seperate the street number from the street name.... then its very easy....
if you cant redesign your db or dont want to you can always grab both values in the before submit and concat the two values....
_________________
if you found this post useful take the time to help someone else.... :)
|
 |
 |
Chris__T
Posts: 339
|
| Posted: 02/10/2009, 2:36 PM |
|
Yeah, I was thinking about the separate fields and then concat them into one address field. Probably the best way to do it without major coding.
|
 |
 |
|

|
|
|
|