Answers for "form submit disabled input"

-1

html disable form

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

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

html disable form

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

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

Browse Popular Code Answers by Language