I am using recaptcha with my laravel application.
I just want to check recaptcha\'s response on form submit using jquery and stop user by alert that pleade validate capt
I am using ContactForm7 for Wordpress, which has a built-in integration with Recaptcha. I also have the BWP Recaptcha plugin, which uses the same recaptcha libraries. I had mistakenly added my activation keys to both, which was causing the js library to load twice. Once I removed the keys from the CF7 plugin the error went away.