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

Cant have a blank title for nocatpcha fields #23

Closed Leapfrognz closed 8 years ago

Leapfrognz commented 8 years ago

Actually stems from FormField::__construct, where a null title will fallback to user friendly version of the field name (e.g. 'Editable Spam Protection Field634'). I assume that for captcha fields you may actually want a blank title, so this fixes that.

UndefinedOffset commented 8 years ago

thanks :)