Counting Users returning to a page they filled out
I have 3 pages: login page that leads to a form (providing the user puts in the correct login) and a summary page that shows the users what they put into the form fields. I need to count how many attempts (not users just attempts) were made to login that didn't, how many went directly to the form and didn't login (it currently redirects back to the login page if the user trys to enter the form first), and how many users went back to the form page after filling it out (I have session variables keeping track of the user inputs into the form so it will populate when they return within 20 minutes). I believe I can do the first two of these myself but I'm not sure how to count the users that go back to the form after they have filled it out. Any ideas?
|