How can I check if JavaScript is causing an issue in my survey? | Experience Community
Skip to main content
Question

How can I check if JavaScript is causing an issue in my survey?

  • June 8, 2026
  • 2 replies
  • 17 views

Forum|alt.badge.img+1

How can I check if JavaScript is causing an issue in my survey?
 

2 replies

JoseS
Administrator
Forum|alt.badge.img+24
  • Administrator
  • June 8, 2026

Hello  ​@cand829, I recommend adding a bit more context in the description of your posts so other community members can try and help you out! 😊

In this case, they would likely need to know where and how you are using JavaScript code in your survey to deduce what’s causing your issue. I’d recommend even adding your code so they can potentially look for any issues within the code itself.


nikamshubham73
Level 2 ●●
Forum|alt.badge.img+4

Hi ​@cand829,

Are you decoding your JavaScript to a specific question or the entire survey? you can check for errors by opening your browser's Developer Tools (Inspect Element):

  • Windows: Press Ctrl + Shift + I (or F12)
  • Mac: Press Cmd + Option + I

You can view any active script errors or logs under the Console tab.