gform_list_post_item_delete

gform_list_post_item_delete

DescriptionUsageParametersExamples1. Bind Event To List Item InputPlacementSource Code

Description
The 「gform_list_post_item_delete」 JavaScript action in Gravity Forms is fired after an item is deleted from a List field, allowing further actions to be performed.
Usage
gform.addAction( 'gform_list_post_item_delete', function ( container ) {
// do stuff
} );

Parameters

container Javascript Object
The List Field table.

Examples
1. Bind Event To List Item Input
This example shows how you can bind a change event to the new list item input.

Placement
Your code snippet can be placed in a HTML field on your form or in a theme custom JavaScript file.
Source Code
This filter is located in js/gravityforms.js

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注