Hi,
I want to use Recaptcha without default captcha in joomla 1.6.3. I have keep "chrono_recaptchalib.php" in components/com_cronoforms and put this value in html code:
But I can't understands where is put my Private key.
Anyone help me??
Best regards,
bbiswas
I want to use Recaptcha without default captcha in joomla 1.6.3. I have keep "chrono_recaptchalib.php" in components/com_cronoforms and put this value in html code:
<?php
include_once(JPATH_COMPONENT_SITE.DS.'chrono_recaptchalib.php');
// you got this from the signup page
$publickey = "###~~My public key~~###";
echo "<div style='width:312px; height:125px;'>".recaptcha_get_html($publickey)."</div>";
?>
But I can't understands where is put my Private key.
Anyone help me??
Best regards,
bbiswas
Hi babli_6670,
ChronoForm v4 has Recaptcha actions built in. You need to add {ReCaptcha} into the Form HTML using a Custom Code element. Then drag the Load ReCaptcha and Check ReCaptcha actions to the OnLoad and OnSubmit events. You can add your key to the Load ReCaptcha configuration.
Bob
ChronoForm v4 has Recaptcha actions built in. You need to add {ReCaptcha} into the Form HTML using a Custom Code element. Then drag the Load ReCaptcha and Check ReCaptcha actions to the OnLoad and OnSubmit events. You can add your key to the Load ReCaptcha configuration.
Bob
This topic is locked and no more replies can be posted.