Plugin: Formidable Lite
Filter Name: frm_is_field_hidden
KB Link:
Declaration:
apply_filters( 'frm_is_field_hidden', false, $this->field, wp_unslash( $_POST ) );
Filter Type:
Static
In class:
FrmFieldCaptcha
Source:
formidable/classes/models/fields/FrmFieldCaptcha.php
Notes:
This hook prevents validation on a reCaptcha field by indicating that it is hidden on the page.
Contribute Comments or Examples
No Entries Found