why doesn't Django post hidden and disabled template fields?

Can someone tell me the logic behind this?

It’s not Django. This behavior is part of the HTML specification.

An html input element with the disabled attribute is never submitted on a post. See HTML attribute: disabled - HTML: HyperText Markup Language | MDN

Thank you for the clarification. I thought I used it in .net but I think I must have used readonly instead (have to check)

Verzonden vanaf Outlook voor Android