Plugin: Formidable Lite
Filter Name: 'frm_after_update_entry_' . $new_values['form_id']
KB Link:
Declaration:
do_action( 'frm_after_update_entry_' . $new_values['form_id'], $id );
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 updated.
This is a variation of the static frm_after_update_entry that allows you to specify a specific form.
Contribute Comments or Examples
No Entries Found