How do I disable form fields using CSS?

You can fake the disabled effect using CSS.

pointer-events:none;

You might also want to change colors etc.

Leave a Comment