I found a previous thread on the forums that suggested use the following code within the welcome message will change the "next" button to read "I agree"
code
<script type="text/javascript" charset="utf-8">
$(document).ready(function() {
$("#movenextbtn").val('I agree to participate');
});
</script>
/code
However, this doesn't appear to work for me. Am I doing something incorrect? Instead when I view the survey I see the code and no button has changed. I'm using 1.9+ Build 120226
I'm creating a series of surveys for use within a Delphi study so I need the participants to "agree" before they begin the study.
Tony, thanks for a point in the right direction. On that page you made reference to the Citronade template, and that UI button functionality was disabled in it. As it so happened, that was it!