Hello, I'm looking to create a disclaimer page as a precedent to viewing an exercise video. I'm currently using a standard text field (for initials) and check box (to agree). There's no problem with that.
I know I can just put the form submit to open a new page, but I don't want users to be able to share a link to a friend and have that friend not accept the disclaimer.
So let's say I have a 'exercise.php'. How would I make it so that the disclaimer form would display if a user visited the page and they would only be directed to my exercise video file after accepting the disclaimer?
Thanks for your help!