Filter: gform_export_form
Dynamic Hook Name
This hook supports dynamic naming with the following modifiers:
$form['id']
Example hook names:
gform_export_form(base hook)gform_export_form_1(with first modifier value)
Allows you to filter and modify the Export Form
Parameters
| Name | Type | Description |
|---|---|---|
| $form | array | Assign which Gravity Form to change the export form for |
Source
Defined in export.php at line 1615