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 !!!
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 !!!
i think you are looking for this , readonly will post data from form
<input type = "text" name = "text1" id = "myTExt1" value = "myData" readonly >