Answers for "form input disable how"

0

disable input field

<input type="text" id="lname" name="lname" disabled>
Posted by: Guest on January-06-2022
-1

html disable form

<!-- disable text form -->
<input disabled>

<style>
  input{
  cursor: not-allowded;
  }
</style>
Posted by: Guest on August-21-2021

Code answers related to "form input disable how"

Browse Popular Code Answers by Language