If the value of the readOnly property of an <INPUT> or <TEXTAREA> is set to 1 or TRUE, the user cannot edit its text.
<INPUT>
<TEXTAREA>
To correct this error
Set the readOnly property of this <INPUT> or <TEXTAREA> to 0 or FALSE.