Requiring email to view video

Hello,

We did a webinar a while ago which worked quite well. Now I’d like to embed the video but make it available only if the person fills in a professional email.

I don’t want to burden the website with a membership system for the time being.

I don’t really care if it’s not perfectly secure and some people can “cheat” with some unknown general email provider, but as long as people cannot see the video by entering a gmail/outlook/etc email, it’s fine.

I was thinking about embedding a private youtube video but having a pop-up requiring to enter professional email before being able to view? I don’t know if that’s doable.

I am a bit lost on how to achieve my goal, any idea welcome!

Thank you. :slightly_smiling_face:

PS: I am not a developper but a decent tinkerer, so if you suggest JS code I might struggle!

@Joachim_B this sounds doable, here’s one approach…

  1. Have a visitor fill out a Webflow with their email address.
  2. Send that form submission to Integromat/Zapier.
  3. Have Integromat/Zapier filter out gmail/outlook/yahoo/etc… domains.
  4. If it’s not one of those email domains, have Integromat/Zapier create a new CMS entry and auto-populate the video.
  5. Send an email (from Integromat/Zapier) with their unique url to access the video.

That might sound like a lot to do, but it’s not. It rather quick and simple if you follow some tutorials.