gpasc_auto_save_finished (JS)

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

Description

Action that fires right after GP Advanced Auto Save finishes an auto save request.

Usage

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

Parameters

  • formId number

    The id of the current form.

  • GPAdvancedSaveAndContinue instance

    Current instance of the GPAdvancedSaveAndContinue class.

  • successInfo object

    Argument array that is used when initializing the field’s JS. The following properties are passed in the $init_args array:

    • success boolean

      Whether or not the auto save request succeeded.

    • error Error

      The error object if the request failed. If the request was successful, this will be null.

Since

This filter is available since Gravity Forms Advanced Save and Continue 1.0.9.