Filter: gform_footer_init_scripts_filter
Dynamic Hook Name
This hook supports dynamic naming with the following modifiers:
$form_id
Example hook names:
gform_footer_init_scripts_filter(base hook)gform_footer_init_scripts_filter_1(with first modifier value)
A filter to allow modification of scripts that fire in the footer
Parameters
| Name | Type | Description |
|---|---|---|
| $form_id | int | The Form ID to filter through |
| $form_string | string | Get the form scripts in a string |
| $form | array | The Form object to filter through |
| $current_page | int | The Current form page ID (If paging is enabled) |
Source
Defined in form_display.php at line 1738