Multiple recaptcha on a single page
appdevjrcigars opened this issue · 1 comments
appdevjrcigars commented
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
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.