gpnf_nested_form_field_value

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

Description

Filter the nested form field value.

Usage

Filter the nested form field value for all Nested Forms.

add_filter( 'gpnf_nested_form_field_value', 'my_custom_function' );

Filter the nested form field value for Nested Forms in a specific parent form.

add_filter( 'gpnf_nested_form_field_value_FORMID', 'my_custom_function' );

Filter the nested form field value for a specific Nested Forms.

add_filter( 'gpnf_nested_form_field_value_FORMID_FIELDID', 'my_custom_function' );

Parameters

  • nested_form_field_value string

    Nested form field value.

  • field \GF_Field

    Current Nested form field.

  • entry array

    Current entry.

  • entries array

    Child entries.

Since

This filter is available since Gravity Forms Nested Forms 1.1.68.