I have a complex form that incorporates a few repeater areas which I have successfully configured to both load and save data. I also have configured some dynamic dropdowns that function as expected. So far, so good!
Now I am trying to configure some dynamic dropdowns inside of a repeater area. Unfortunately I am unsure of how to get this to work. There doesn't seem to be any way to use the Reload event in the case of a dropdown repeater as the target dropdown doesn't exist when a selection is made in the initial dropdown. In addition, the dynamic nature of the field names and field ids does not make it easy to target a specific element. To make this even more complex, I am interested in displaying up to seven drop downs in the repeater area with the previous dropdowns' selections influencing the remaining dropdowns - specifically, I want to eliminate previously chosen options from future dropdown lists (if I choose option 1 in dropdown 1, then option 1 should not appear in any subsequent dropdown lists - if I choose option 2 in dropdown 2, then option 1 and 2 would be eliminated from the third dropdown and so on....)
Thanks in advance for any information or clever solutions to this problem!
John
Now I am trying to configure some dynamic dropdowns inside of a repeater area. Unfortunately I am unsure of how to get this to work. There doesn't seem to be any way to use the Reload event in the case of a dropdown repeater as the target dropdown doesn't exist when a selection is made in the initial dropdown. In addition, the dynamic nature of the field names and field ids does not make it easy to target a specific element. To make this even more complex, I am interested in displaying up to seven drop downs in the repeater area with the previous dropdowns' selections influencing the remaining dropdowns - specifically, I want to eliminate previously chosen options from future dropdown lists (if I choose option 1 in dropdown 1, then option 1 should not appear in any subsequent dropdown lists - if I choose option 2 in dropdown 2, then option 1 and 2 would be eliminated from the third dropdown and so on....)
Thanks in advance for any information or clever solutions to this problem!
John