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

how to populate a cfselect depending upon radio button selected?

New Here ,
Apr 10, 2009 Apr 10, 2009

HI

                 I am new to coldfusion.I dont know much about cold fusion.I have a problem like there are two radio buttons and a select box.Depending upon the slection of the radio button  the select box should be populated.i.e if first radio button is selected then select box should populate some set of values and if second radio button is  slected then selct box should be populated with other set of values.It would be very helpfull to me for anykind of ideas.

             Thanks in Advance

575
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 ,
Apr 11, 2009 Apr 11, 2009
LATEST

You are attempting something similar to Related Selects.  If you google "Cold Fusion Related Selects", you should find some code samples.  Here is how I do it. http://www.pathcom.com/~bracuk/code/RelatedSelects.htm

All you have to do is adapt those principles to work with a radio button.

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