Question
Import JS from another site at specific question
I'm trying to add some JS at a specific question from an external site. I'm doing this in the Question JS under the addOnReady event using the below:
jQuery.getScript("https://xxxxxxxx.yyyyyyyyy.net/scripted.php?p=MFVi8x5NKt39BqEw&r=${e://Field/ResponseID}&f=${q://QID4/SelectedChoicesRecode}&fl=${q://QID10/SelectedChoicesRecode}&d=&c=&v1=&v2=&v3=&t=");
The url is a PHP page with piped parameters which (I know) returns valid JS.
The issue is that this results in a Cross-Origin Read Blocking (CORB) response and is blocked. Is there another way I can add this script to my page?
Thanks!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

P.S. Apologies for these newbie questions - I'm evaluating some advanced functionality to assess migration from Confirmit despite VERY limited Qualtrics experience. Your help is much appreciated!