Hook Detail

Plugin: Formidable Lite
Filter Name: frm_scroll_offset
KB Link:
Declaration:
apply_filters( 'frm_scroll_offset', 4, array( 'form_id' => $id ) );
Filter Type:
Static
In class:
FrmFormsHelper
Source:
formidable/classes/helpers/FrmFormsHelper.php
Notes:

After a form is submitted, it scrolls to the success message or first error message. With some themes, this may be underneath a floating header or otherwise misplaced. Use this hook to add extra offset to the scrolling.

Contribute Comments or Examples

Codex Comments/Examples
First
Last
No Entries Found