disabled numberbox elements still send their value to server when submit the form
<input name="numCampos" id="inpNumCampos" class="easyui-numberbox" maxlength="6" style="width:40px" disabled value ="20">
<input name="numUsers" id="inpNumUsers" maxlength="6" style="width:40px" disabled value="5">
the second one element works like supposed to be, but the first one still send its value on submitting form.
I tried different ways of disabling the element with no luck!
The form is pre-loaded with:
need I to specify something else in the numberbox plugin?
MTIA Guys!!