Answered
I have some code that runs in the preSubmit event of a button that submits my form by email. Among other things, the code locks all of the form fields. Is there a form property I can check to make sure the form is valid before that code runs?
George