I am using recaptcha
v2
I am getting the following error occasionally (sometimes i don\'t get error and sometimes i do get it)
Uncaught
I know this is an old question but maybe this will help someone. The reason I was getting this 'Uncaught ReferenceError: grecaptcha is not defined' error was because I couldn't reach the dependency js file (recaptcha_en.js) which is hosted on www.gstatic.com. Once I solved that issue, it worked for me.