I have the following fields:
<label class="control-label">KM</label>
<input class="input-small" style="width: 50px !important;" type="text" name="km" value="">
<label class="control-label" style="width: 75px !important;" >Descarga</label>
<input class="input-small" style="width: 50px !important;" type="text" name="descarga" value="" disabled>
<label class="control-label" style="width: 75px !important;" >Pernoite</label>
<input class="input-small" style="width: 50px !important;" type="text" name="pernoite" value="" disabled>
<label class="control-label" style="width: 75px !important;" >Romaneio</label>
<input class="input-small" style="width: 50px !important;" type="text" name="romaneio" value="" disabled>
Note that only the first field is enabled.
I need you to fill in some data in the field first, enable the others.
How to do this?