Re: Auto refresh new form field

2007-08-28 Thread Matt Williams
Or just a 2 select related type deal. Depending on how many colleges are in your list, it would be a lot of pre-loaded data, but doable. http://www.google.com/search?hl=en&q=coldfusion+related+selects Matt On 8/28/07, Raymond Camden <[EMAIL PROTECTED]> wrote: > Have you looked at CF8's ajax stuf

RE: auto refresh new form field

2007-08-28 Thread Robert Harrison
One thought... each college is generally in a given state. Have the select a state first, then present a list of all colleges in that state. Use a page of links instead of a drop down list, that way a long list won't seem so dauntingly long. Robert B. Harrison Director of Interactive services Aus

Re: Auto refresh new form field

2007-08-28 Thread Raymond Camden
Have you looked at CF8's ajax stuff? It would allow for this. Otherwise - you can try Spry as well. On 8/28/07, Jim Harmer <[EMAIL PROTECTED]> wrote: > I'm a beginner and I'm having the hardest time with inserting a record to the > database from a form. The problem is that I want the site to be

Re: Auto refresh new form field

2007-08-28 Thread Phillip M. Vector
You would need some AJAX action for that. Look up how to set it up. Basically, you want to run a querry that takes the state and pulls all the schools from that state and populates the dropdown field with the records. Jim Harmer wrote: > I'm a beginner and I'm having the hardest time with inser