Plugin: Formidable Lite
Filter Name: frm_unique_form_key_separator
KB Link:
Declaration:
add_filter( 'frm_radio_display_format_args', 'custom_radio_display_attribute' );
Filter Type:
Static
In class:
FrmAppHelper
Source:
formidable/classes/helpers/FrmAppHelper.php
Notes:
This hook can be used to generate unique form keys by allowing custom form key separators.
This filter is a realization the dynamic 'frm_unique_' . $column . '_separator' hook.
Contribute Comments or Examples
No Entries Found