Form is valid
See also: Formular ist ungültig
Triggering event – Abstract
This is triggered when the form is successfully validated.
►NOTE◄ This event is triggered with every successful validation, not only if the form was previously invalid!
Tip: The triggering event Geändert could be combined with the Validate element behaviour to ensure a complete triggering of the 'Form is valid' 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.