Activity › Forums › Web Design (WordPress, Joomla, etc.) › email addy required
-
email addy required
Posted by Jeff Mack on April 22, 2009 at 7:50 pmCan anyone point me to where I can learn how to add an email form on a webpage so that a visitor can’t get into my video on demand site unless they enter my email address?
Jeff
Mike Smith replied 17 years ago 3 Members · 4 Replies -
4 Replies
-
Fernando Mol
April 27, 2009 at 11:23 pmIt’s done with programming.
Do you know any language?
You can start with PHP, but there are other options.
-
Jeff Mack
April 27, 2009 at 11:58 pmHi Fernando,
No I don’t but I figured that would be the answer. I don’t have the resources that it would take at this time to learn something like this. I’ll probably just use a contact form that redirects them to the vod page. I was hoping there was maybe a canned code or something to do it.
Jeff
-
Fernando Mol
April 28, 2009 at 12:03 amThe problem is you need to protect your actual video page for the people not to access directly from the link. Maybe you can emmbedd your video inside a flash movie and use some password like actionscript to protect the reproduction. Actionscript is still programming, but that single task should not be that difficult. If you want to explore that option you can ask in the Flash forum.
-
Mike Smith
April 28, 2009 at 2:59 pmIf you just want to require a password, which it seems like your email address would be serving as, you could do it with .htaccess probably – relatively simple … https://www.javascriptkit.com/howto/htaccess3.shtml might start you off.
Reply to this Discussion! Login or Sign Up