I'm looking to see if anyone has submitted their forms via an apex call, and if so, how you handled the validations before submitting the form.
I can make a separate button and put the ajax call there, or use the standard submit button and then submit using a standard POST. I even tried putting a return false on the validation.onPass function, but that didn't stop the form.