Plugin: Formidable Lite
Filter Name: frm_setup_new_fields_vars
KB Link:
Declaration:
apply_filters( 'frm_setup_new_fields_vars', $field_array, $field, $args );
Filter Type:
Static
In class:
FrmFieldsHelper
Source:
formidable/classes/helpers/FrmFieldsHelper.php
Notes:
This hook can be used to change field values, options, and other field settings when creating an entry.
If you are using this hook to change the options in a dropdown field, these options will only be available when creating a new entry. The options added with this hook will not be available when updating a past entry. A dropdown field using this hook to populate its values will appear blank when editing the entry.
Contribute Comments or Examples
No Entries Found