PDA

View Full Version : multiple instances of dynamic dropdowns on one page


barbara224891
04-13-2009, 01:54 PM
I would like to use dynamic dropdowns several times on one page. Each person gets to associate themselves with multiple teams and there are multiple types of teams. So, in each case, they first choose type, then choose from a list of teams of the selected type.

I understand that I can't use a recordset with a repeat behavior more than once on a page, so I created separate recordsets for each instance.

I can't get the second instance to populate the child field. Is there some limitation that allows dynamic dropdowns to only be used once on a page?

Thanks for your help,
Barbara Grosh

Ray Borduin
04-13-2009, 03:17 PM
What server language are you using? Do you get an error? It should work with more than one.