I'm looking for a way using JavaScript to clear all the data in fields on a form if a different drop down is selected. I have a reset button in place using :
<input type="reset">
But I am lacking the correct code to automatically click that button upon a change to the drop down. Does anyone have a quick fix?