Hello LimeSurvey Community
I am new here, and also have become more active with LS recently. Great tool, thanks so much for this.
Now my question: I am trying to implement a consent forum at the beginning of my survey, and tried this:
www.limesurvey.org/forum/can-i-do-this-w...if-consent-not-given
Unfortunately, it does not work. I tried some variations to no avail. I have disabled "Filter HTML for XSS" in general settings. Then I downloaded the "Default Values In One Scale Of A Dual-scale Array Question" from here:
www.limesurvey.org/manual/Workarounds:_M...s_in_array_questions
This doesn't work either. The following example works:
<script type="text/javascript" charset="utf-8">
$(document).on('ready pjax:complete',function() {
alert("Test!");
});
</script>
Any ideas why the consent script above doesn't work, and neither the default value example above? I am on version 3.14.10+180924, tried both Chrome and IE.