Html:
..
I didn't test it but try this one:
$("#allsubmit").on("click", function(){ $('.allforms').each(function(){ $(this).submit(); }); });
Note that all of your forms have to have class="allforms" attribute
class="allforms"