When using javascript to disable a field, the disabled field on the form does not pass data back to server and causes data to be lost. For example, if I disable a user field that has a selected value of "Joe Manager" then when I submit the form the value of the user field will be blank.
|