It's for a part of a form that needs to be crammed into a tiny space. I have another more advanced form that breaks the two apart.
example.. http://www.oodle.com/ the main search form it just says "where". On Thu, Jan 28, 2010 at 12:23 PM, Alan Holden <[email protected]> wrote: > Hi Jason, > > Just curious why you're not breaking each param into it's own input. > Seems like every similar interface - store locators, etc - have one TEXT > for city, a SELECT for state, and a final TEXT for zip. > Most of the user persona profiles seem to be OK with that. Is there a > specific use case that rules this out? > > I'm sorry if this starts to push the thread beyond the borders of an OpenBD > subject, but it was already pretty close to that line anyway! > Seems like a few rereplace functions with some nice regular expressions > could handle it. > > Alan K Holden > > > On 1/28/2010 8:56 AM, Jason Allen wrote: > >> I was asked to post this here instead of emailing folks directly. >> >> So here it goes. >> >> I have a form field that users will be asked to enter "city, state or >> zip". Then they will select a range such as 50 miles. This input will >> be used to find matches of records that are within that range. >> >> I expect to get entries such as >> >> St. Louis, MO >> St. Louis, Missouri >> Saint Louis, MO 63101 >> Saint Louis, Missouri 63101 >> >> etc. >> >> >> > > -- > Open BlueDragon Public Mailing List > http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon > mailing list - http://groups.google.com/group/openbd?hl=en > > !! save a network - please trim replies before posting !! > -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon mailing list - http://groups.google.com/group/openbd?hl=en !! save a network - please trim replies before posting !!
