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:
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