I am trying to find out how many time each option is submitted in a select list. I think I need to use Snapshots but it does not seem to be working?
<select id=”x”>
<option value =”1”>1</option>
<option value =”2”>2</option>
<option value =”3”>3</option>
</select>
<input type="submit" id=”y” />

Best answer by Jonas-Heap
View original