what to do if valid form is there and i want to render something when having valid form in django class based view code example
Example: django get form id from request
# html
<input type="submit" value="Reply" name ="message_frm">
# views.py
if 'message_frm' in request.POST:
#do somethings