Open GoogleCodeExporter opened 8 years ago
issue resolved thank you
Original comment by pushkarf...@gmail.com
on 18 Mar 2011 at 6:00
What was the issue that you have resolved ? what did you fix? I am having the
same problem at the moment. cheers
Original comment by kelvin.c...@gmail.com
on 1 Apr 2011 at 1:29
Actually the i had used javascript embed option for captcha as it didnt work
properly
i included captcha using php and it worked
<?php
require_once('recaptchalib.php');
$publickey = "YOUR KEY"; // you got this from the signup page
echo recaptcha_get_html($publickey);
?>
you can do the following simple checks:
1.IT mostly works if the page is on webserver and locally(AS it has API key
specific to the website)
2.See if the keys used are correct.
3.Check whether there is no conflicting JS if you are using JS.
Hope it helps :)
Original comment by pushkarf...@gmail.com
on 1 Apr 2011 at 1:42
Ahh, I am not using JavaScritpt but i am using the PHP myself.
My issue was posted on:
http://code.google.com/p/recaptcha/issues/detail?id=108&sort=-id
if you spot anything that are not correct, please let me know. Thanks
Original comment by kelvin.c...@gmail.com
on 1 Apr 2011 at 1:57
Original issue reported on code.google.com by
pushkarf...@gmail.com
on 18 Mar 2011 at 5:46