Plugin: Formidable Lite
Filter Name: frm_field_div_classes
KB Link:
Declaration:
apply_filters( 'frm_field_div_classes', $classes, $this->field_obj->get_field(), array( 'field_id' => $this->field_id ) );
Filter Type:
Static
In class:
FrmFieldFormHtml
Source:
formidable/classes/models/FrmFieldFormHtml.php
Notes:
This hook will allow you to add CSS classes to the div container surrounding a field. This div container's CSS id would be frm_field_x_container, where x is the field ID.
Contribute Comments or Examples
No Entries Found