The HTML standard for forms appears to be such that disabled input elements do not contribute to the form name/value collection.
Is there ANY way to get around this?
Its Simple only two steps
check if the input you want to access is disabled if it is then remove its "disabled" attribute
Get the value and then add the disabled attribute again.