- Posts: 9
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
So either he did NOT exactly "that" or there is something else.Go to Global settings --> Security and set "Filter HTML for XSS" to "Off".
It looks like you are clicking a radio in an array of some sort. Without knowing the details, I would say you should check to see if there are any checked radios in that row before firing the click trigger.However, that will most likely trigger that option again if a user uses the back button, is it possible to somehow only fire a trigger function once?