🔴 Get my full HTML & CSS course with discount at Udemy through this link: https://www.udemy.com/course/html5-an...
In this video you will learn two to ways to block inputs in a #HTML form
One of them is readonly, that don't let the user type in our form field but sends the information to our back-end server
The second one is disabled, with that attribute we block the input and also the value will not be sent to our server
This can happen because we might have some data already filled, if it was loaded before the page load by a query in our database