0

I have a disabled input field <input type = "text" name = "text1" id = "myTExt1" value = "myData" "disabled >, how to post the value of this input field.

Many thanks !!!

1 Answers1

1

i think you are looking for this , readonly will post data from form

<input type = "text" name = "text1" id = "myTExt1" value = "myData" readonly >
Vivek Singh
  • 2,453
  • 1
  • 14
  • 27