Plugin: Formidable Lite
Filter Name: frm_after_create_entry
KB Link:
Declaration:
do_action( 'frm_after_create_entry', $entry_id, $new_values['form_id'], compact( 'is_child' ) );
Action Type:
Static
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.
Contribute Comments or Examples
No Entries Found