Plugin: Formidable Lite
Filter Name: frm_form_action_limit
KB Link:
Declaration:
apply_filters( 'frm_form_action_limit', $atts['limit'], compact( 'type', 'form_id' ) );
Filter Type:
Static
In class:
FrmFormAction
Source:
formidable/classes/models/FrmFormAction.php
Notes:
This hook allows you to manipulate the limit of the form actions. There is a limit of 99 actions on a single form by default.
Contribute Comments or Examples
No Entries Found