Page 1 of 1

Re-Captch Using V13

Posted: Mon Jul 30, 2018 7:13 pm
by pravik
Hi All,

Can someone help me in implementing re-captch in login page of V13.

can you please provide some example, so that it would be helpfui.

Thanks in-advance.

Thanks,
Priya

Re: Re-Captch Using V13

Posted: Thu Aug 02, 2018 3:47 pm
by pravik
Hi All,

Can someone help me on this

Regards,
Priya

Re: Re-Captch Using V13

Posted: Thu Aug 02, 2018 3:56 pm
by soa
Which product are you using. WEBEVENT, WAM..?

Re: Re-Captch Using V13

Posted: Thu Aug 02, 2018 4:04 pm
by pravik
we are using WAM

Re: Re-Captch Using V13

Posted: Fri Aug 03, 2018 11:06 am
by soa
I can't help you with WAMs but I believe that you can create user defined widgets implmenting HTML elements and javascript. In which case you need include

<script src='https://www.google.com/recaptcha/api.js'></script>

and

<div class="g-recaptcha" data-sitekey="yoursitekey"></div>

and

<script type="text/javascript">

function LogOn() {

var captchaResponse = grecaptcha.getResponse();

* Do something with result.

}

</script>

Re: Re-Captch Using V13

Posted: Mon Sep 13, 2021 12:44 pm
by edz.rama
Hi,

Were you able to solve this?
If yes, can you provide the instruction on how to do it?

Thanks,
Eduardo