form2js
form2js copied to clipboard
<input disabled="disabled" /> not being captured
when i set input boxes to disabled, i still want to capture the value of the box.
Disabled field not sent on form submission, so it's not serialized. However you can use callback function which returns name/value pair for disabled fields (see "Custom Fields" example).
Probably it makes sense to add such option (skipDisabled).