This is what I found by Firebug in Firefox.
Is it the same in other browsers?
If so, what\'s the reason for this?
disabled input will not submit data.
disabled
Use the readonly attribute:
readonly
<input type="text" readonly />
Source here