gppa_defer_conditional_logic
Description
Filter whether conditional logic and input changes should be ran after all fields are refreshed rather than after each field is refreshed.
In most situations, this can improve performance. However, in complex conditional logic setups, it can cause issues.
Usage
window.gform.addFilter( 'gppa_defer_conditional_logic', 'my_custom_function' );
Parameters
deferConditionalLogic boolean
Whether conditional logic and input change events should be deferred. Defaults to
false
.formId number
The current form ID.
Since
This filter is available since Gravity Forms Populate Anything 2.0.8.