How would I go about resetting a drop down box?
The issue I am experiencing is that after selecting an item from a drop down box, I am unable to go back to the drop down box and select another item as there is now only one choice available (the first one selected).
It seems that there should be a refresh, but I am not sure where/how to add this into the page.
I have created a button “START OVER” and would like the user to be able to click on the button to refresh the choices from the drop down box so that a different item can be selected or even better ensure that the drop down box keeps all the items in the list after selecting one.