Try this lets say your form id is formID
$(".nextbutton").click(function() { $("form#formID").submit(); });
1.4m articles
1.4m replys
5 comments
57.0k users