honeyprakash / recaptcha

Automatically exported from code.google.com/p/recaptcha
0 stars 0 forks source link

Recatptcha not being displayed on client side.. #104

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. you can go through www.inmyschool.in/sendfeedback2.php
2.
3.

What is the expected output? What do you see instead?
Unable to display recatpcha

What version of the product are you using? On what operating system?
1.11

Please provide any additional information below.

Original issue reported on code.google.com by pushkarf...@gmail.com on 18 Mar 2011 at 5:46

GoogleCodeExporter commented 8 years ago
issue resolved thank you

Original comment by pushkarf...@gmail.com on 18 Mar 2011 at 6:00

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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