diff --git a/djblets/recaptcha/mixins.py b/djblets/recaptcha/mixins.py
index e59784a29abef9c99847865b8b5bf1e5a5b56a00..a1350ab9d539ddc4372166cbd8638e2c1aaddae6 100644
--- a/djblets/recaptcha/mixins.py
+++ b/djblets/recaptcha/mixins.py
@@ -40,7 +40,7 @@ class RecaptchaFormMixin(forms.Form):
         """
         super(RecaptchaFormMixin, self).__init__(*args, **kwargs)
         self.fields['g-recaptcha-response'] = forms.CharField(
-            required=True,
+            required=False,
             widget=RecaptchaWidget)
 
     @property
