I've worked quite a bit with the Form Plugin. A couple times I have had somewhat strange problems with it not submitting any data in the ajax request. It came up again today and I've isolated the issue.
- It only occurs in IE 7. - The problem seems to happen in the Form Plugin's formToArray() method. The 'els' var does not seem to return any elements. The result is that the form does not get serialized. I've validated the HTML that we're using on the form, and it passes fine. Any ideas? Thanks - Jon