Not signed in (Sign In)

Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.

  1.  
    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.

    suggestions would be welcome.