HI All!
Need some help with some javascript. I have a form that has a radio button B that when you select it, shows a subform. Inside the subform is a table that has a dropdown list. The drop down list is populated based on a previous radio button A that was selected, and is a subset of possible values.
The user is able to click a button to create an additional instance of the subform. Problem is the new instance is in the original version of the subform, and the drop down list does not have the selected subset of values.
How can I have the dropdown in the added instance only show the subset drop down values?
Let me know if you need more info.
Thank you!
Jodi