Skip to content
On this page

Conditions ​

Adds conditional logic repeater field to other OctoberCMS plugins via integrations. Conditioners are loaded and applied to Conditionables through a global scope, which excludes records that don't meet the required conditions.

Conditions Editor ​

The conditions editor is an OctoberCMS repeater field, automatically added to form widgets that edit Conditionable models. Learn More

Conditionable Models ​

Conditionable Models compare their conditions to the loaded Conditioner Model(s), using a global scope

Conditioner Models ​

Conditioner Models are defined via Integrations and used by the Conditionable Model(s)