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
2.1m questions
2.1m answers
60 comments
57.0k users