Re-Captch Using V13

This Q&A forum allows users to post and respond to "How Do I Do ....." questions. Please do not use to report (suspected) errors - you must use your regional help desk for this. The information contained in this forum has not been validated by LANSA and, as such, LANSA cannot guarantee the accuracy of the information.
Post Reply
pravik
Posts: 60
Joined: Tue Dec 26, 2017 6:44 pm

Re-Captch Using V13

Post 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
pravik
Posts: 60
Joined: Tue Dec 26, 2017 6:44 pm

Re: Re-Captch Using V13

Post by pravik »

Hi All,

Can someone help me on this

Regards,
Priya
soa
Posts: 339
Joined: Mon Dec 07, 2015 3:15 pm

Re: Re-Captch Using V13

Post by soa »

Which product are you using. WEBEVENT, WAM..?
pravik
Posts: 60
Joined: Tue Dec 26, 2017 6:44 pm

Re: Re-Captch Using V13

Post by pravik »

we are using WAM
soa
Posts: 339
Joined: Mon Dec 07, 2015 3:15 pm

Re: Re-Captch Using V13

Post 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>
edz.rama
Posts: 4
Joined: Fri Mar 16, 2018 11:31 am

Re: Re-Captch Using V13

Post by edz.rama »

Hi,

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

Thanks,
Eduardo
Post Reply