Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Cascading Drop Down Lists

New Here ,
Feb 27, 2009 Feb 27, 2009
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
1.3K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 27, 2009 Feb 27, 2009
LATEST
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.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources