Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recaptcha after page load jquery #754

Open
mittultechnobrave opened this issue Oct 28, 2021 · 0 comments
Open

Recaptcha after page load jquery #754

mittultechnobrave opened this issue Oct 28, 2021 · 0 comments

Comments

@mittultechnobrave
Copy link

Hi Team,

@victorjonsson Hope I get some support from this as I found this plugin very helpful.

Currently I am using recaptcha from this plugin like below.

$( document ).ready(function() {  
  
    $.validate({
        
        modules: 'security, sanitize, date',
        scrollToTopOnError: false,
        reCaptchaSiteKey: 'MY_KEY',
        reCaptchaTheme: 'light'
    });
});

And in my HTML <input data-validation="recaptcha" >

And its working as per my requirements.

However, I am having few issues in Google PageSpeed which suggests me to load ReCaptcha after page load.

So I am just wondering is there a way to load this after my page load using this library ?

Any help or suggestion will be highly appreciated.

Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant