My survey has javascript added to the source of the questions. However this is not executing.
Previously I set "Filter HTML for XSS" to "Off" in the Global settings.
Another survey also has javascript in the question-source and it works perfectly.
However in the particular survey nothing happens, even the test example doesn't do anything.
Code:
<script type="text/javascript" charset="utf-8">
alert("Test!");
</script>
One thing that is strange and perhaps related is that in this particular survey the progress-bar is missing (even though I enabled it). I think this might be related.
Any idea what I can do to make the javascript (and progress-bar) work?
Many thanks in advance!