How to make an html input field readonly

H

How Can We Help?

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 />

About the author

Ian Carnaghan

I am a software developer and online educator who likes to keep up with all the latest in technology. I also manage cloud infrastructure, continuous monitoring, DevOps processes, security, and continuous integration and deployment.

About Author

Ian Carnaghan

I am a software developer and online educator who likes to keep up with all the latest in technology. I also manage cloud infrastructure, continuous monitoring, DevOps processes, security, and continuous integration and deployment.

Follow Me