Today I ran into a problem when working on a site for a client. We have a form with two select’s. The left one is “available persons” to choose from and the right one is the persons that the user has chosen. To choose a person and “move” it to the right select the user clicks on the person and then on a link that moves the option to the right select. So far so good, but when I pressed Submit I was (stupidly) surprised that I didn’t get the results I was expecting in the POST variable. The “available persons”-POST-variable was completely empty, but if I tried to move all persons to the right select and back again it worked. [Read the rest of this entry...]