Action: gform_post_enqueue_scripts
Allows custom actions to be performed when scripts/styles are enqueued.
Parameters
| Name | Type | Description |
|---|---|---|
| $found_forms | array | An array of found forms using the form ID as the key to the ajax status. |
| $found_blocks | array | An array of found GF blocks. |
| $post | \WP_Post | The post which was processed. |
Since
Source
Defined in form_display.php at line 2854