Getting a Lightbox URL

I need a url to a lightbox that can be used outside of the wix environment. The lightbox requires an email address, which i need to know before i give them access to a video.

I found a youtube video that showed adding code to accomplish this, but the code was too bury to copy and the comments made it looked like it worked for half and didn’t work for half.

Anybody got this code or another way to do this?

thanks!!

Hi,
Create a members only page and check the email using currentUser. getEmail() , then, open the lighbox with the context you want. That way, when a user visits the page he will immediately see the lightbox wit the relevant content.

Let me know if you need further help,
Or