Form Input - Readonly Vs. Disabled

Sometimes when making a form, you want to display information in the form but you don't want it editable. This is often the case for when you want to display a text box / text area that displays text that the user cannot change (Ex. editing a user profile but leaving the username untouched). I … Continue reading "Form Input - Readonly Vs. Disabled"