I've read that if a field is set to disabled, it will be excluded from the submited fields when sending a form. Is there an alternative way to disable a field but still, send it with the form?
I have some checkboxes that have to be disabled to prevent users from changing their status. Readonly won't work with checkboxes, so the only way to achieve that is by setting them to disabled...
I have some checkboxes that have to be disabled to prevent users from changing their status. Readonly won't work with checkboxes, so the only way to achieve that is by setting them to disabled...
Comment