Mesiek

Results 1 comments of Mesiek

@josuelmm you must reset recaptcha when ajax returned success. Below is example code: ` grecaptcha.execute(captchaID, { action: form.attr('action') }). then(function(token) { form.find("[name='g-recaptcha-response']").val(token); }); ` I hole I helped :)