Do I need to update the page comment form myself? I do not see my captcha.
In _config.php I have:
RecaptchaField::$public_api_key = 'xxxxxxxxxxxxx';
RecaptchaField::$private_api_key = 'xxxxxxxxxxxxx';
SpamProtectorManager::set_spam_protector('RecaptchaProtector');
I have modules installed: comments, SpamProtectionModule, and recaptcha
No captcha showing on page comments. Do I need to add the captcha myself, extend page comments or something and update the form like so;
$protector = SpamProtectorManager::update_form($form);
?
Thanks