Can't you use $(form).serialize(); and add that as you data in ajaxSubmit?
..fredrik On Aug 16, 4:26 pm, "nickfrancesch...@gmail.com" <nickfrancesch...@gmail.com> wrote: > the HTML spec says that disabled fields aren't submitted during post- > back... but I want them to be submitted with ajaxSubmit using the > Forms plugin. is this possible with an option now? or something I > have to work around?