I am having a problem, when ever user selects from dropdown I need to check if there are changes that the user made before I allow the user to fully go to the next thing he/she should fill-out.
Is there a way to set the dropdown to it's previous value if there are changes made?
<select id="dropdown" >
<option value="1">option 1</option>
<option value="2">option 2</option>
<option value="3">option 3</option>
<option value="4">option 4</option>
</select>