Plugin: Formidable Pro
Filter Name: 'frm_after_create_entry_' . $form_id
KB Link:
Declaration:
do_action( 'frm_after_create_entry_' . $form_id, $entry_id );
Action Type:
Dynamic
In class:
FrmProEntriesController
Source:
formidable-pro/classes/controllers/FrmProEntriesController.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