I recently noticed that if you set an input to DISABLED that it does not get posted to the GET or POST variables. This isn’t necessarily a bug because I guess some people might desire this functionality but I was thinking that it would be nice if there was an “EDITABLE” attribute for the INPUTS so user couldnt manipulate the contents, but the contents would still get posted to server variables. Anyone notice this? Ive already implemented a workaround, but it would be a simple feature to add!
I know you can set an input to readonly but an editable feature would allow you to EASILY change this attribute dynamically based on other conditions…..