diff --git a/djangocms_forms/forms.py b/djangocms_forms/forms.py index 95a2f73..bcde47e 100644 --- a/djangocms_forms/forms.py +++ b/djangocms_forms/forms.py @@ -323,7 +323,7 @@ class FormBuilder(forms.Form): if data['name'] == 'phone' and data['value'] in ['4955331826', '123456']: return - if data['name'] == 'message' and data['value'] != "": + if data['name'] == 'message' and data['value']: return # Some contacts