I am working on a project that loads a list of items and the user needs to be able to change attributes to this list of items.
Basically I have 50 select boxes on a form with pre-loaded selections. I want to submit only the value of the select box that the user chooses to change. I know I know I need to use the on change attribute and have it submitted. However how do I only submit the value of the individual element changed?