I have the following <input> form element:
<input id="serviceCode" name="serviceCode" type="text" placeholder="" class="form-control input-md" required="" maxlength="4" value="T2" disabled="">
It's strange but this does not come back to the server as a $_POST['serviceCode'] variable. Am I missing something or are "disabled" input form elements not passed back to the server?
 
     
    