If you run $('form').serialize() on a page with multiple forms, it will correctly serialize all the forms into one string.
To include only certain forms, use $('#form1, #form2').serialize()
If you run $('form').serialize() on a page with multiple forms, it will correctly serialize all the forms into one string.
To include only certain forms, use $('#form1, #form2').serialize()