Hello,
I need help with captcha – recaptchar. I made modification to ajax-layout.php at /templates/ja_business/html/mod_jaquickcontact.
I added these line at the top:
require_once(‘recaptchalib.php’);
$publickey = “6LdaD9ISAAAAAEcgmwLdLbv8kySJcERIast5ellA”; // you got this from the signup page
add this to make captcha shows on the quick contact form right after form tag:
<?php
echo recaptcha_get_html($publickey);
?>
At plug-in manager
I enable both captcha – recaptcha and content – captcha. With this setting, it will never let it goes thru even I type the correct characters shown.
If I disable either one of settings, it accepts everything even it is wrong.
Please help. I do not know what is wrong. If it does not solve the issue, I will disable the quick contact form and look for alternative.
Thanks,