Hi there,
I’m trying to create a ‘members only’ area of my website that shows pages/files for users who have successfully logged in. I’d like a user to be able to log in and then I send them to a specific page with content only logged in users can see.
I’m not finding a lot of documentation on this. I see an onLogin() function but I’m not that technical.
Is there a simple guide that walks (step by step) through how I might send users to a ‘members only’ page on my site once they log in? Thanks