Add explanation below CAPTCHA field
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
Replace with:
Results:
If you want to customize the message, just edit the content between the <p class="explain"> </p> tags.
I wish you success.
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
Kod:
<dd>{xen:raw $captcha}</dd>
Replace with:
Kod:
<dd>{xen:raw $captcha}
<p class="explain">Please answer the question</p>
</dd>
Results:
If you want to customize the message, just edit the content between the <p class="explain"> </p> tags.
I wish you success.