- Posts: 29
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
holch wrote: As far as a know, using the captcha is optional. So you just need to switch off the captcha.
Add something like this to template.js:I would like to change what is written in the blue box, for 1 word or 1 image.
$(document).ready(function() { if($('#tokenmessage').length > 0) { var newMessage = '<p style="text-align:center">\ A custom paragraph followed by an image...\ </p>\ <p style="text-align:center">\ <img style="width: 300px; height: auto;" src="https://lh3.googleusercontent.com/EMK8mqSUKCEP753FdojGpf9bExMfL-A-roNdwIbouFZNJoJ3FLw1oxStw1lJ3yr6R77q2D6rjFtwih8_Kkl1tdpV07tkoWO1wrj3GurY=s660" />\ </p>'; $('#tokenmessage').html(newMessage); } });
Yes, as holch says, you can disable that in Survey settings --> Publication & access control --> Use CAPTCHA for - www.limesurvey.org/manual/Survey_setting...n_.26_access_controlI would like to delete the Captchar...
If you have a token table : participant are ALWAYS validated by their token.leblancoj wrote: If I disable Captcha, then my participants upon entering the survey, can not be validated using their token. Just disabled from "General Options" my participants access directly to the survey without being validated with their token "password"
input#token { width: 150px; }