Was anybody able to manually include captcha in the “Leave message” window of Live Help?
I added the code in red in \SKIN\addons\LiveHelp\leave_message.tpl, but users can still send messages and bypass the captcha code. What am I doing wrong?
```php
{$lang.message}:
*
[COLOR="red"]{if $settings.Image_verification.use_for_form_builder == 'Y'}
{include file="common_templates/image_verification.tpl" id="forms_`$form_data.name`"}[/COLOR]
{include file="buttons/button.tpl" but_text=$lang.lh_leave_message_submit action_but="action_" but_onclick="msg_form.submit();"}
{include file="buttons/button.tpl" but_text=$lang.close but_onclick="window.close();"}
```
Thanks.