diff --git a/src/class-cf7-extras.php b/src/class-cf7-extras.php index 84749c8..1523e52 100644 --- a/src/class-cf7-extras.php +++ b/src/class-cf7-extras.php @@ -628,7 +628,7 @@ function track_form_events() { wp_enqueue_script( 'cf7-extras', $this->asset_url( 'assets/js/controls.js' ), - array( 'contact-form-7' ), + array( 'contact-form-7', 'jquery' ), self::ASSET_VERSION, true );