Plugin: Formidable Lite
Filter Name: frm_get_default_value
KB Link:
Declaration:
apply_filters( 'frm_get_default_value', $field->default_value, $field, true );
Filter Type:
Static
In class:
FrmAppHelper
Source:
formidable/classes/helpers/FrmAppHelper.php
Notes:
Set the default value of any field when your form is displayed. The default value will ONLY apply to new entries and will not be applied when editing an entry.
Contribute Comments or Examples
No Entries Found