I have two forms.
you would say
$("#btn1").click(function(){ $("#frm1").submit(); }
and
$("#btn2").click(function(){ $("#frm1").submit(); }