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 />
Image Credits: Photo by Isis França on Unsplash.
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 />
Image Credits: Photo by Isis França on Unsplash.