MagnusB submitted a new resource:
Add explanation below CAPTCHA field (version 1) - Allows you to explain the CAPTCHA you use
Read more about this resource...
Add explanation below CAPTCHA field (version 1) - Allows you to explain the CAPTCHA you use
I just did this on my site after changing to Q&A and I wanted a good way to explain potential new users how to answer my questions (without giving too much away, of course).
This requires 1 simple template edit, open the template helper_captcha_unit, then find
Code:<dd>{xen:raw $captcha}</dd>
Replace with:
Results:Code:<dd>{xen:raw $captcha} <p class="explain">Please answer the question</p> </dd>
View attachment 32997
If you want...
Read more about this resource...