UndefinedOffset / silverstripe-nocaptcha

A spam protector and form field using Google's reCAPTCHA v2 or optionally a foundation v3 implementation
BSD 3-Clause "New" or "Revised" License
31 stars 37 forks source link

Fix potential multiple activations of the same noCaptchaField #34

Closed steffen-maass closed 7 years ago

steffen-maass commented 7 years ago

The captcha field could potentially be activated multiple times (this happened for me with a custom form template), this can be fixed by using a unique id for the custom activation script. Thank you!

UndefinedOffset commented 7 years ago

Thanks :)