79629507

Date: 2025-05-19 21:34:20
Score: 0.5
Natty:
Report link

You can't disable a form input element (or "widget" here). I mean, you can but if you do it, it's value will be completely ignored. Instead, use readonly=True. This way, the value will actually be sent when you submit the form.

See the readonly attribute's page on MDN.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Marianne