[jQuery] [form plugin] Form plugin beforeSubmit issue

[jQuery] [form plugin] Form plugin beforeSubmit issue


Hey all,
Working with the Form plugin...I am updating the value of a hidden form
element in beforeSubmit, but it seems that the new value is not updated in
the form data that is sent during the ajax post. In other words it looks
like the form data itself cannot be altered in beforeSubmit.
Is this the expected behavior, or is there something else I need to do in
beforeSubmit to update the form data?
-- Josh