gpac_should_clean_merge_tag_value (JS)

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

Description

Filter whether a number from a merge tag replacement should be cleaned (e.g. commas and currency removed).

Usage

gform.addFilter( 'gpac_should_clean_merge_tag_value', 'my_custom_func' );

Parameters

  • shouldClean bool

    Whether the number should be cleaned.

  • value string

    The value from the merge tag replacement.

  • formId number

    The current form ID.

  • fieldId number

    The field that the value is being pulled from.

  • formulaField object

    The current field having its formula evaluated. Contains properties such as field_id, formula, and rounding.

Since

This filter is available since Gravity Forms Advanced Calculations 1.0.2.