Skip to main content
June 9, 2006
Question

dynamic list boxes

  • June 9, 2006
  • 2 replies
  • 474 views
how can you dynamically populate a second form field after you’ve selected the first one. How can one do just like in the registration page of adobe That is, have user select a country and it dynamically update the state/province drop down box.
This topic has been closed for replies.

2 replies

Inspiring
June 9, 2006
I took a very quick look at that custom tag and has limitations. First, both selects have to be based on the same query. Next, I didn't see any way to pre-select items.

Those issues may or may not be important to you. You could always download and look at the source code to get an idea of how to write your own.
Inspiring
June 9, 2006
Use the twoselectsrelated custom tag created by Nate Weiss.
It will be in the Developer's Exchange
June 9, 2006
I am very appreciative. Thank you.