SyntaxFix
Write A Post
Hire A Developer
Questions
Try this lets say your form id is formID
$(".nextbutton").click(function() { $("form#formID").submit(); });