• Wei Hua 5
  • NEWBIE
  • 0 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies
Hello.

I've hit a roadblock: the Google reCaptcha verification does not work in production environment after deployment.
However it works perfectly in test environmen, sandbox.
I added both site domain names to google recaptcha account initially, switched the order. 
What can be wrong?
Thank you very much for your help.
 
  • August 08, 2016
  • Like
  • 0
Hi,

I have a Google reCaptcha class and VF page created separately in the Org. i want to use this reCaptcha on one other VF page (register page) existing on the same org for which I have embedded the below line in the VF page. This is somehow making the captcha images available on the register page, but the functionality is not at all working.

<apex:include pageName="reCAPTCHA"/>

I would need your expertise on this.