I have a django view that prompts the user to enter something into an input. I want to measure the time that the user took to submit the form. How is this possible?
I've seen related problems like Printing Time spent on a view in Django but it doesn't seem to solve my issue, because I do not want to measure the time taken on a function call.
Alex