I need to use a fieldset
to be able to disable inputs in a form, when a specific role is set. But, when I try to print the page (which is basically a large form) everything that fits on a single sheet of paper is printed, and the rest is truncated. This is a known bug.
This JQuery solution would work fine, except it feels dirty :')
When I change the fieldset
to a div
, which is a lot cleaner in my opinion, I can no longer disable the form....
Question: can I disable an element if it's not a fieldset
?