You need to use the READONLY attribute for the input field. Readonly only prevents the user to change data in the input field.
Example:
<input type="text" name="info" id="info" READONLY />
You need to use the READONLY attribute for the input field. Readonly only prevents the user to change data in the input field.
Example:
<input type="text" name="info" id="info" READONLY />