Please help us help you and fill where relevant:
Your LimeSurvey version:3.27
Own server or LimeSurvey hosting: OWN
Theme: FRUITY
=================
Hi,
I know this question has been asked before, and solutions have been posted (e.g.
forums.limesurvey.org/forum/design-issue...agree-button?start=0
) However for some reason the recommended script doesn't work on my site, the text still reads "next" instead of "I agree." I'm wondering if perhaps the newer version I'm using (3.27) requires different code? The code I am using is below, I inserted it on my welcome page, in "source" mode:
<script type="text/javascript" charset="utf-8">
$(document).ready(function() {
$("#movenextbtn").val('I agree to participate');
});
</script>
I have the XSS filter option turned off, and I've cleared my cache, so I really don't know what to try next. If anyone can help I'd appreciate it. Here is the welcome page, with code above included:
qsurvey.org/lime2/index.php/843669?lang=en
Thanks!