Regarding the onFormSubmission functionality with the LFForm object.
I know I can run some code at the time of the submission and have something happen based on the submission and what action the user took (that part was added with LF12). But I'm wondering if there is a way for the code to identify that the form has no errors (and thus the submission will be successful once the code completes) versus if there are errors that will prevent the submission.
The help documentation explains that I can return an error to prevent submission, but that's the opposite of what I'm trying to do, I want to have an if statement or other conditional within the function that only runs the code if the submission is happening without errors.
Is that currently possible?