from django import forms class EmailScheduleForm(forms.Form): city = forms.CharField(max_length=100) email = forms.EmailField()