hello everyone, I'm trying to run a JavaScript function when click to the button as screenshot ,
But nothing happens when I click to button .
hello everyone, I'm trying to run a JavaScript function when click to the button as screenshot ,
But nothing happens when I click to button .
Hi @Akhanjer ,
You will need to switch off Prevent XSS if you want to execute script - that setting will sanitise any JS script transferred to the Data Label.
HTH,
Ernie
thank you it is work 🙂
Happy it works!
Just as a word of warning - you will need to use Prevent XSS setting on fields that load values that external parties can alter to prevent injection of potentially harmful JavaScript. Only use JS injection on fields that users can't change.
Cheers,
Ernie
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.