i have a web page which show orders invoices with price and when user select the items checkbox and click submit its works. i want user dont have permission uncheck and form must work with any single item is checked. i have already disabled the checkbox and show disabled but value is not submitting for php action file
The Code is below:
<input name="orderNo[]" <?php if ($SQLRow["priceStatus"]=="Received") { ?> disabled="disabled"<?php } ?> type="checkbox" id="orderNo[]" value="<?php echo $SQLRow["orderNo"];?>" class="chk1" disabled checked />