Answer the question
In order to leave comments, you need to log in
Handling data without a Django form?
Is it possible to handle the POST request data by creating the form in the template itself rather than passing it in the view?
If possible, please tell me how. Thanks for the help.
Answer the question
In order to leave comments, you need to log in
Can.
request.POST['name_of_input']
request.POST['name_of_another_input']
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question