Posts by Marcos Felipe • 16 points
1 post
-
0
votes1
answer45
viewsA: Id from the inserted email
You can search through the query that is already being done in the 'if', like this: def email(request): form = EmailForm(request.POST or None) if form.is_valid(): email =…