- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
I think I get what you want and there are two approaches that you could take,
Option 1 - if the options on the list are not going to change that often you could just hide and show the section drops downs based on the selection made to the directors dropdown
Always show "DirectorsDropDown"
Hide Division1DropDown
Hide Division2DropDown
Hide Division3DropDown
And then based on the selection of DirectorsDropDown populate the Directors name and show the correct DivisionDropDown.
Option 2 - is to auto populate the second drop down based on the first drop down
to do this you could use the "addItem" and "deleteItem" to remove all the items in the list and replace them.
I hope that option is pretty self explanatory ( but let us know if you need more )
Point to note :- in PDF forms the selection of the drop down list does not normally change until the dropdown list loses focus.
The workaround to this is to use "xfa.event.newText"
Hoep this helps
Malcolm