Hook Detail

Plugin: Formidable Lite
Filter Name: frm_fields_to_validate
KB Link:
Declaration:
apply_filters( 'frm_fields_to_validate', $fields, compact( 'values', 'exclude', 'where' ) );
Filter Type:
Static
In class:
FrmEntryValidate
Source:
formidable/classes/models/FrmEntryValidate.php
Notes:

This hook is called before validation happens. If you exclude a field here, it should skip validation.

Contribute Comments or Examples

Codex Comments/Examples
First
Last
No Entries Found