KonstantinCodes / mautic-recaptcha

This Plugin brings reCAPTCHA integration to mautic.
GNU General Public License v3.0
50 stars 29 forks source link

Multiple forms on the same site not working. #10

Closed oexler closed 5 years ago

oexler commented 5 years ago

Hi, I have noticed that the plugin stops working when a reCaptcha field is inserted multiple times on a page. The problem is that the verifyCallback gets overridden. One solution would be to use "verifyCallback_{$formName}" as the callback name.