> Could you provide a link to the page with those two forms? That would make
> helping you a lot easier.

That's a good idea, please post a link if possible.  ajaxForm and
ajaxSubmit both work correctly with multiple forms on a page.  My test
page has two forms on it specifically to test that case:

http://www.malsup.com/jquery/form/

@sam, please be aware that $("#form_id :input").serialize() only works
for very simple forms.  If you've got radios, checkboxes or
multiselects then the serialize method in core will not work
correctly.  There is formSerialize method in the form plugin that will
properly serialize form data to a string.

Mike

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to