function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Constance Rouge 14Constance Rouge 14 

Recaptcha v2 (no captcha)

Hello,
I am trying to implement a Google captcha on a Visualforce page.
I was able to use this tutorial to implement the first version: https://developer.salesforce.com/page/Adding_CAPTCHA_to_Force.com_Sites
But it is an old version which isn't supported anymore by Google. Therefore, I would like to implement the new "No captcha" version.
All the tutorials I found for the new version use PHP to get the user's answer and therefore I would like to know how to do it with Visualforce and Apex.

Thanks in advance!