gplc_group (JS)

  1. Description
  2. Usage
  3. Parameters
  4. Example
    1. Conditional Limits
  5. Since

Description

Filter the group of checkboxes that are about to be processed.

This filter must be used with its PHP counterpart to handle group logic on submission.

Usage

gform.addFilter( 'gplc_group', 'myCustomFunction' );

Parameters

  • group object

    The current group.

  • $elem \jQuery

    A jQuery object of the element that triggered the event.

  • gplc object

    The current instance of the GPLimitCheckboxes object.

Example

Conditional Limits

This snippet adjusts the minimum/maximum limits using conditional logic.

View/Download Snippet

Since

This filter is available since Gravity Forms Limit Checkboxes 1.2.