Load JS file on specific page in Bricks

May I know how to load JS files only on specific pages?

You can use a plugin for this scope like Perfmatters (if you have to controll loaded js) or if you need only to load a custom js you can use simple function in function.php with wp_enqueue_script

Hi,

An easy way is to use page specific custom code to add script tags for external file or inline JS:

But depending on your optimization needs and methods, it might be better to use a dedicated plugin or custom code to enqueue it properly.