description = forms.CharField(
        label='Describe your case study or project',
        help_text=('Describe your project or case study in greater detail. You have up to 1,000 characters to use.'),
        max_length=1000,
        validators=[validators.does_not_contain_email, directory_validators.string.no_html],