Plugin: Formidable Lite
Filter Name: frm_form_fields
KB Link:
Declaration:
do_action( 'frm_form_fields', $this->field, $args['field_name'], $pass_args );
Action Type:
Static
In class:
FrmFieldDefault
Source:
formidable/classes/models/fields/FrmFieldDefault.php
Notes:
Control the output for this field in your form.
Note: After adding this hook, the value submitted in this field should save correctly with the rest of the entry. If it does not, something is probably incorrect in this hook.
The KB page that references this filter falls under the topic of Creating Add-ons and should be of particular interest to developers.
Contribute Comments or Examples
No Entries Found