I've installed ReCaptcha on Joomla 1.5. It shows up and works fine with default joomla template, but it disappears when I set gk_postnote as default template. Is there a work around for this?
I've added the following on line 64 on components/com_contact/views/contact/tmpl/default_form.php
<?php
global $mainframe;
$mainframe->triggerEvent('onCaptchaDisplay');
?>
Thanks