Hello all,
I'm trying the do the following:
I have a 2 page application. When the user completes the 1st page and hits submit the information is submitted to a database and they are brought to page 2 where the setup is similar.
This is what I'd like to do: If the user completes the first page but doesn't fill out the 2nd page(closes brower, navigates away, etc) I want to send an email to them(they provided this on the first page). How to accomplish this? I know not. If the user closes the brower and leaves the page or closes the brower how will I know this? My next thought was maybe using a timer, but I think that by closing the brower, the timer idea won't work. My next thought was running some script on the backend (every hour or so) that scans the database looking for page 2 applications that haven't been filled out.
Am I looking down the wrong path? Is there a simple way to do this?
Thanks!
I'm trying the do the following:
I have a 2 page application. When the user completes the 1st page and hits submit the information is submitted to a database and they are brought to page 2 where the setup is similar.
This is what I'd like to do: If the user completes the first page but doesn't fill out the 2nd page(closes brower, navigates away, etc) I want to send an email to them(they provided this on the first page). How to accomplish this? I know not. If the user closes the brower and leaves the page or closes the brower how will I know this? My next thought was maybe using a timer, but I think that by closing the brower, the timer idea won't work. My next thought was running some script on the backend (every hour or so) that scans the database looking for page 2 applications that haven't been filled out.
Am I looking down the wrong path? Is there a simple way to do this?
Thanks!