Action: gform_post_note_added
Fires after a note has been added to an entry
Parameters
| Name | Type | Description |
|---|---|---|
| $wpdb | int | ->insert_id The row ID of this note in the database |
| $lead_id | int | The ID of the entry that the note was added to |
| $user_id | int | The ID of the current user adding the note |
| $user_name | string | The user name of the current user |
| $note | string | The content of the note being added |
| $note_type | string | The type of note being added. Defaults to 'note' |
Source
- Defined in
includes/legacy/forms_model_legacy.phpat line 2560 - Defined in
forms_model.phpat line 2807