SyntaxFix
Write A Post
Hire A Developer
Questions
Another way to do this, if you have already initialised a form (with or without data), and you need to add further data before displaying it:
form = Form(request.POST.form) form.data['Email'] = GetEmailString()