How do I disable form fields using CSS? October 10, 2022 by Tarik You can fake the disabled effect using CSS. pointer-events:none; You might also want to change colors etc.