You need to ensure that a canvas app user can only save their changes if all required fields are filled. What is the most efficient way to validate this?
Form.Valid provides an efficient, built-in check for form readiness.
Why this answer
The DisplayMode property of the Submit button can be set to 'Edit' only when the form is valid.