I have a simple event I need to track.
User comes to a site's home page. To enter the site, the user must click a "terms acceptance" link on an enter page. If the user doesn't want to accept the terms, the site redirects the user back to the home page.
The flow is:
home page -> terms acceptance -> yes -> go to rest of site
home page -> terms acceptance -> no (or no action taken) -> back to home page
home page -> if user tries to access any other page, but terms not accepted -> redirect to terms acceptance page
Any recommendations on implementing this? I'd prefer to do this in D7 but I'm willing to do so in D6, too.
Thanks!