Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a boolean value indicating whether all of the form data is valid. If the form has empty required columns on it, control-level error notifications will be shown. A column may also be set as invalid using the setIsValid method setIsValid method.
Syntax
formContext.data.isValid();
Return Type
Type: Boolean
Description: true if all of the form data is valid; false otherwise.