I'm new to the discussion board, and I posted a message about 20
minutes ago.  I haven't seen it come up yet on the board, so I'm not
sure if I mis-submitted or there is a delay.  Apologies in advance if
that one comes up, too.

I've worked with the Form Plugin quite a bit and really like it.  A
couple of times, though, I did notice that it appeared to not be
submitting properly in IE.  Today, we experienced the same issue.
Details:

- Latest version of Form Plugin (2.21)
- HTML of form validates

- Only in IE (using 7)

- Form properties are not submitting/serialized

I tracked it down to the formToArray method in the form plugin.
Instead of an array of the forms elements getting returned, an object
was returned.  Very strange.

After spending literally hours tracking down the problem, I found it.
One of the form's input name and id is set to 'length' in the HTML.
Once I changed it to something different, it worked fine.

Has anybody seen this issue before?

Thanks -
Jon

Reply via email to