gppa_disable_form_navigation_toggling
Description
Disable toggling of form navigation when data is loading.
Usage
gform.addFilter( 'gppa_disable_form_navigation_toggling', function() {
return true;
} );
Parameters
$disabled bool
Return true to disable form navigation toggling. Defaults to false.