You should use the readOnly flag rather than disabled. Read-only fields cannot be edited by the user, but are still submitted with the form.
<input type="text" value="blah" readonly="true"/>
You should use the readOnly flag rather than disabled. Read-only fields cannot be edited by the user, but are still submitted with the form.
<input type="text" value="blah" readonly="true"/>