gplp_enable_form_action

  1. Description
  2. Usage
  3. Parameters
  4. Since

Description

Enable the “Live Preview” form action (displays beneath each form title on the Form List view).

Usage

Apply to all forms.

add_filter( 'gplp_enable_form_action', '__return_true' );

Apply to a specific form.

add_filter( 'gplp_enable_form_action_FORMID', '__return_true' );

Parameters

  • enable bool

    Defaults to false.

  • form_id int

    Current form ID.

Since

This filter is available since Gravity Forms Live Preview 1.3.