Skip to main content
Known Participant
February 27, 2009
Question

Cascading Drop Down Lists

  • February 27, 2009
  • 1 reply
  • 1376 views
Hi,
I am new to CF and have an application where the 2nd dropdown list (cities) is dependent on what is selected on the first drop down list (states).

This is supposed to be supported in the new AJAX/CF facilities? Can anyone provide a very simple sample of code that I can run that will show how to code this (AJAX or any other method)? I've been experimenting but with no sucess.

Thanks in advance,
Hefterr
    This topic has been closed for replies.

    1 reply

    Inspiring
    February 27, 2009
    I do it like this:
    http://www.pathcom.com/~bracuk/code/RelatedSelects.htm

    There is also a custom tag out there somewhere called cf_RelatedSelects that people use. This custom tag, along with my method do not use ajax. They use strictly javascript.