Action: $gform_after_create_post_args
Fires after a post, from a form with post fields, is created
Parameters
| Name | Type | Description |
|---|---|---|
| $form | int | ['id'] The ID of the form where the new post was created |
| $post_id | int | The new Post ID created after submission |
| $lead | array | The Lead Object |
| $form | array | The Form Object for the form used to create the post |
Source
Defined in forms_model.php at line 5216