If have a page using several dynamic drop down list. The first drop down list sets the options for the 2nd drop down list and so on. This all is working fine.
The problem is trying to make an action button that can clear the selected values in the drop down list. Even if I set the connected document variable to "", the form itself still displays the last selected value.
Is there a way to clear the displayed value for a drop down list after its been selected from the list by using an action button or equivalent?
Thanks
I think I found what I was doing wrong. I had each dynamic list set to "limit to choice list". Once I removed that, a simple document.choicelist = "" cleared the value and what was being displayed (where document.choicelist is the variable name connected to the choice list.