Currently I have a member site right now with videos only accessible once the user is logged in. Below are some of the issues encountered any help would be greatly appreciated.
The 1st issue of redirecting at the current moment let say a user visit my site and decided they want to watch a video. The user flow will look something like this (visit site > click on a video they want to watch > since video page is restricted, they are redirected to the login page > login > after logging in redirected to that specific video page)
This is working normal right now however if the user does not have an account and after signing up, they are redirected to the home page instead. It looks something like this (user visit site > click on a video they want to watch > redirected to login page since they are not a member > sign up for an account > after verification they are directed to the home page) would it be possible in this case for the user who initiate the sign-up process upon visiting a restricted page to automatically be directed back to that page upon verifying?
2nd issue is there a way I can send the user specific email pertaining to the video once they have landed on the video page (CMS)? For instance, in this scenario
(Scenario A)
User Logs In
User click on “watch now button” on a CMS page called “Page A”
Directed to CMS Video Page with video “A”
Send them an email with “A” related content once they entered the Video Page with video “A”
(Scenario B)
User Logs In
User click on “watch now button” on a CMS page called “Page B”
Directed to CMS Video Page with video “B”
Send them an email with “B” related content once they entered the Video Page with video “B”
Thanks in advance for the replies.