def add(request): if request.method == "POST": form = ContactForm(request.POST) if form.is_valid(): title = form.cleaned_data["title&q