I am needing to retrieve the value from a drop down after a lookup is performed. Once I retrieve the value, I would like to append additional options to the drop down list based on the lookup value that was inserted into the drop down field.
This will allow the user to then change the selected option within the drop down to another option I appended.
I am also needing to do this for every drop down list that has the class ".dropdown"
Any assistance would be great!