Dennis,
You could do a manual AJAX submit and then just manually serialize your form
fields.

Also, before doing the AJAX submit, you could do something like:

$("#your_form").append("#your_dialog");

This would move the fields back into the <form /> element.

-Dan

On Mon, Apr 27, 2009 at 5:16 AM, dth <dennis.thry...@gmail.com> wrote:

>
> Aha!
>
> I guess it must be because the dialog is moved to be the last element
> of the body element, and thus outside of the form.
>
> I guess that's necesarry for absolute placement  etc.
>
> I'll see if I manually can pick up the extra field values. Suggestions
> are welcome :)
>
> -dennis
>
> On Apr 27, 11:11 am, dth <dennis.thry...@gmail.com> wrote:
> > According to firebug not much is altered, and the fields should be
> > included in the form as far as I can tell. But they aren't :/
>

Reply via email to