sending disabled input fields

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mikaint
    New Member
    • Nov 2007
    • 6

    sending disabled input fields

    I've read that if a field is set to disabled, it will be excluded from the submited fields when sending a form. Is there an alternative way to disable a field but still, send it with the form?

    I have some checkboxes that have to be disabled to prevent users from changing their status. Readonly won't work with checkboxes, so the only way to achieve that is by setting them to disabled...
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Enable them again onsubmit.

    Comment

    Working...