formtools / core

The Form Tools Core.
https://formtools.org
207 stars 78 forks source link

Require reCaptcha even when g-recaptcha-response is empty #738

Open gdhnz opened 3 years ago

gdhnz commented 3 years ago

Enable the reCaptcha check so that if there's no g-recaptcha-response but the reCaptcha config is set, reCaptcha is required.

Attempt at fixing #609.