from django import forms class RequestGDPRDelete(forms.Form): email = forms.EmailField(widget=forms.EmailInput)