Do disabled fields get posted?
Do disabled fields get posted? They don’t get submitted, because that’s what it says in the W3C specification. In other words, the specification says that controls that are disabled are considered invalid and should not be submitted. How do you ensure a select form field is submitted when it is Read more…