gprf_disable_dynamic_reload
Description
Disable regenerating the form markup after each submission. Instead, reload the form by using the form HTML that’s saved during the initial load.
Usage
add_filter( 'gprf_disable_dynamic_reload', '__return_true' );
Parameters
value boolean
Whether or not to disable dynamic reload. Defaults to false.
form array
Form settings.
Since
This filter is available since Gravity Forms Reload Form 2.0-beta-1.0