
February 5th, 2004, 09:47 AM
|
|
Moderator
|
|
Join Date: Jun 2002
Location: Raleigh, NC
|
|
Is this on 2 pages, or are you talking about doing this on a single page?
If you want to do it on 2 pages, this is easy to do with CF. Just pass the choice from the first form to the target page, and based on that choice to display one or the other second dropdown box.
If you want to do this on a single page, this isn't the realm of CF but of Javascript. You'll need to write event handlers to populate the second drop down box based on the selection the user makes in the first box. You can write your own, search the web for some premade solutions ( www.javascripts.com might help) or even try out QForms ( www.pengoworks.com).
|