Plugin: Formidable Lite
Filter Name: 'frm_after_create_entry_' . $new_values['form_id']
KB Link:
Declaration:
do_action( 'frm_after_create_entry_' . $new_values['form_id'], $entry_id, compact( 'is_child' ) );
Action Type:
Dynamic
In class:
FrmEntry
Source:
formidable/classes/models/FrmEntry.php
Notes:
This hook allows you to do something with the data entered in a form after it is submitted. This is the best place for a custom action after form submit.
This hook is a variation of the static frm_after_create_entry that allows you to target a specific form.
Contribute Comments or Examples
No Entries Found