Re: Google reCAPTCHA V3 wicket component?

2020-02-13 Thread Gabriel Landon
As I said it's far from perfect! The code is for wicket 7 indeed. I was not aware to the 2 minutes limit and I never hit it. A solution would be to call grecaptcha.execute on the button's click, wait for the response and then submit the ajax request. I'm not a JS expert, thus I don't know how dif

Re: Google reCAPTCHA V3 wicket component?

2020-02-13 Thread Chris Colman
Hi Gabriel, I've got it working - partially. I needed to convert my form to full AJAX. I also finally did a proper translation of the French comments and realized that I needed to add the this to the AjaxSubmitLink button that submits the form:             @Override             protected vo