gpnf_export_exclude_hidden_field_inputs

  1. Description
  2. Usage
  3. Parameters
  4. Examples
    1. Exclude the addition of form fields hidden inputs to the parent form export settings.
  5. Since

Description

Filter whether or not to exclude the addition of form fields hidden inputs to the parent form export settings.

Usage

window.gform.addFilter( 'gpnf_export_exclude_hidden_field_inputs', 'my_custom_function' );

Parameters

  • exclude_hidden_fields_inputs bool

    Whether or not to exclude the addition of form fields hidden inputs.

  • form array

The current form.

Examples

Exclude the addition of form fields hidden inputs to the parent form export settings.

add_filter( 'gpnf_export_exclude_hidden_field_inputs', '__return_true'  );

Since

This filter is available since Gravity Forms Nested Forms 1.1.68.