Translation of form by POST in input fields disabled=disabled
-
How do we send POST data if some field input disabled=disabled? That doesn't make it possible to send data from the form. Is there a way or a way to do the abled and only after that?
-
<input name="input_name" type="text" value="input_value" readonly="" />
readonly=""
insteaddisabled="disabled"