[jQuery] Form plugin: input elements excluded

[jQuery] Form plugin: input elements excluded


Hi,
I'm using the form plugin to submit a form by ajax. But oddly some of
my form fields aren't included in the form.
As far as I can tell by debugging, the elements are found by the
browsers form.elements property.
I don't know why some of the form input elements aren't included but
it seems to be caused by these elements being in a div that is made
into a dialog.
Are hidden form fields not included? Any ideas on how to circumvent
this?
Thanks,
-dennis