You need to use the READONLY attribute for the input fieldReadonly only prevents the user to change data in the input field.

Example:

<input type="text" name="info" id="info" READONLY />