I'm wondering - is there any chance to apply the ability of auto-redirection from a form, if logged in user has already submitted it?
What am I need:
1) User logged in the first time
2) User is redirected to the page of form with my Terms of Use
3) If he accepts - we redirecting him to needed page (it's working fine)
If he declines - we redirecting him to logout (I can do that if will aplly the link to logout instead of Decline button, I think...)
1.2) User logged in not the first time and has already Accepted Terms of Use - how I can skip the page with form and auto-redirect him to needed page??
I would be very grateful for your help.