-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
Description
Made With Wagtail uses wagtail-django-recaptcha but does not use WagtailCaptchaFormBuilder directly and rather defines it's own form builder which conditionally inherit from it or Wagtail base FormBuilder depending on whether recaptcha has been configured for the current environment (e.g. don't use the captcha on dev).
While I can understand the intend, I'm not too keen on that kind of things but maybe that's just me. I'd be curious to hear from others how you feel about it?
Should this package conditionally add the captcha field on the same conditions as the utility linked above or stay away from such consideration?