Hi there,
This is driving me nuts. I’m trying to make a multi-step form using this tutorial, but I can’t figure out how to actually submit the form at the end.
I already have a PHP script that will process the form data, so all I need is a way to tell jQuery to “return true” when the last submit button is clicked. I don’t need ajax, I don’t need to specify a success page, I just need the darn thing to submit!
Help please!