1

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?

Kablam
  • 2,494
  • 5
  • 26
  • 47
  • Does this answer your question? [Printing fieldsets in firefox](https://stackoverflow.com/questions/7336586/printing-fieldsets-in-firefox) –  Mar 11 '20 at 00:06
  • Sadly, it does not... That link is mentioned in the question as well, it's where I found the jQuery workaround. – Kablam Mar 20 '20 at 14:20

0 Answers0