Hi,
I have done Recaptcha code changes on my site as per below URL.but i was not able to get g-recaptcha-response on server side.
I have registered on Google for reCaptcha and using those site key and secret key
added bolew lines in my form of JSP.
<!-- reCAPTCHA -->
<
div
class
=
"g-recaptcha"
data-sitekey
=
"6LelZAsTAAAAAAv1ADYDnq8AzbmPmbMvjh-xhfgB"
></
div
>
server side i was trying to get g-recaptcha-response
String gRecaptchaResponse = request.getParameter("g-recaptcha-response");
its returning nothing. dont know what is missing on my side. or could give some end to end sample code to configure on my site.
Could someone help me on this issue.
Thanks
Support