Action: gk/gravityboard/checklists/templates-applied
Runs when checklist templates have been applied to an entry.
Parameters
| Name | Type | Description |
|---|---|---|
| $merged_collection | \ChecklistCollection | The merged template collection that was applied. |
| $entry | array<string,mixed> | The Gravity Forms entry that was created. |
| $applied_feed_ids | list<int|string> | The IDs of the feeds whose templates were applied. |
| $form | array<string,mixed> | The Gravity Forms form. |
| $items_added | int | Number of items added from templates. |
Since
- 1.1
Source
Defined in src/Checklists/Checklists.php at line 1349