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.

Activation

Note

You can find an explanation on how field activation works in the chapter “Fields activation”.

Properties

You can find below a description of the parameters for an activation condition.

Property Title
* type Condition type
Condition options

Condition type

Property

activation

Required?

No

Description

Contains the condition type. You can find all the condition types available below.

Example:

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

Activation condition list

You can find below the list of all activation condition available in FormZ core.

They can be used by fields (see “Activation conditions”) and validators (see “Validator activation”).