gravity_form_enqueue_scripts()
function gravity_form_enqueue_scripts( $form_id, $is_ajax=false )
Enqueues form scripts for the specified form.
Source: gravityforms.php:7033
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$form_id | string | The form ID. | |
$is_ajax | bool | false | If the form is submitted via AJAX. Defaults to false. |