How can I display a simple form data to another page using Django?
In Index.html page I have a simple form for only NAME input with a Submit button, and in the next page Details.html how to display that NAME? I've tried with dictionary, but do not know the process of how to…