Form is invalid

See also: Formular ist gültig

Triggering event – Abstract

This is triggered when the validation of the form was unsuccessful.

NOTE◄ This event is triggered for each failed validation, not only if the form was previously valid!

Tip: The triggering event Changed could be combined with the Validate element behaviour to ensure a complete triggering of the 'Form is invalid' event.

However, this is not recommended for extremely large forms, because the validation of the form is triggered by every change, no matter how small. However, a larger delayed execution of the validation could be useful here.