DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

« FieldIsValid »

This condition is verified when a given field did pass its validation successfully.

Properties

You can find below a list of parameters usable by this condition.

Property Title
* fieldName Name of the field

Name of the field

Property

fieldName

Required?

Yes

Description

The name of the field which must be valid.


Example

activation {
    items {
        emailIsValid {
            type = fieldIsValid
            fieldName = email
        }
    }
}