Hello everybody!
I have problem on LOCALHOST with ReCaptcha from google in contact form in FREE template SJ PLUS V2.
The plugin ReCaptcha is on, in tha general setings of Joomla I selected ReCaptcha. In the contact settings also selected ReCaptcha. But in the site only I can see CAPTCHA *.
I tryed instaled on SJ PLUS V1 on Joomla 2.5 and its work perfectly, but on Joomla 3 doesnt work.
I also was looking in other forum for fixing this problem, everybody say about change in this file
plugins\captcha\recaptcha\recaptcha.php the line:
1. JHtml::_('script', $server.'/js/recaptcha_ajax.js');
to
JHtml::_('script', 'www.google.com/recaptcha/api/js/recaptcha_ajax.js');
2. Or
In the file of template add (index.php):
<script type="text/javascript"
src="www.google.com/recaptcha/api/js/recaptcha_ajax.js"></script>
But in the first option I already have that line but in the second I try to do it but it still not works.
And also in this link
www.gavick.com/documentation/uncategorized/recaptcha-not-showing-and-invalid-captcha-code/
I have already this code but its doest work.
I hope you can help me