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-Captch Using V13
Re: Re-Captch Using V13
Hi All,
Can someone help me on this
Regards,
Priya
Can someone help me on this
Regards,
Priya
Re: Re-Captch Using V13
Which product are you using. WEBEVENT, WAM..?
Re: Re-Captch Using V13
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>
<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
Hi,
Were you able to solve this?
If yes, can you provide the instruction on how to do it?
Thanks,
Eduardo
Were you able to solve this?
If yes, can you provide the instruction on how to do it?
Thanks,
Eduardo