gfdt_enable_form_action
Description
Enable the “Live Preview” form action (displays beneath each form title on the Form List view).
Usage
Applied globally
add_filter( 'gfdt_enable_form_action', 'my_custom_function' );Applied to specific form
add_filter( 'gfdt_enable_form_action_FORMID', 'my_custom_function' );Parameters
$enable
bool
Defaults to false.
$form_id
int
Current form ID.
Since
1.3Hook added.