pdupavillon / express-recaptcha

Implementation of google recaptcha v2 & V3 solutions for express.js
MIT License
128 stars 21 forks source link

Multiple recaptcha on a single page #3

Closed appdevjrcigars closed 8 years ago

appdevjrcigars commented 8 years ago

Is there a way to use this module when there are multiple recaptcha on a single page? Right now, I am unable to figure out how to do it. But I am aware of a way to do it without using express-recaptcha. Thanks in advance.

appdevjrcigars commented 8 years ago

I just got this to work...so in the event anyone has this question, I am updating this post. In addition to render in explicit mode, I added the onload callback. The issue I had was that my onload callback was not being called from the right place in my nodejs app. Once I got it in the right place, it worked. I will close this issue but thanks again.