Turning off Javascript applet after a question has been answered? | Experience Community
Skip to main content
Question

Turning off Javascript applet after a question has been answered?

  • April 23, 2026
  • 2 replies
  • 13 views

CSUSB
Level 2 ●●
Forum|alt.badge.img+12

One of our programmers has coded a functional Javascript icon which welcomes users by displaying a cute little “waving robot” on the right side of their survey screen. That part is working fine.

What we’d like to do is turn this tiny Javascript icon *off* for the custom end-of-survey question. 

Can anyone tell us how to disable an applet like this?

 

-Rich

 

 

2 replies

kgillis
Level 6 ●●●●●●
Forum|alt.badge.img+31
  • Level 6 ●●●●●●
  • April 24, 2026

Where does the JS live? Is it on every single question of the survey? 

I’m going to guess that it’s hidden in the HTML source mode on your end of survey message, if that’s where it’s located you’ll just remove it there and save the updated library message.


CSUSB
Level 2 ●●
Forum|alt.badge.img+12
  • Author
  • Level 2 ●●
  • April 24, 2026

I will check with the author of the JS/Survey, and let you know. Thanks for the tip!