Hi,
I need to password protect a page on my website. I saw this at another website and it is the perfect solution for me: “enter your email address to view this page”. So, no login required, just entering your email address. I’ve tested a few emails on that website, and the only thing that’s required is an @ and a dot (.) in the “password”, it doesn’t need to be an existing email address. Something like [[email protected]](mailto:[email protected]) also works.
The email addresses don’t need to be saved in a database, it’s just a way to “password protect” the page.
Does anyone know the solution or plugin I can use? Thanks in advance!
[ad_2]
Typically this is to gather email addresses. Just use a form plugin and a confirmation redirect or ajax load the content.
you can do this easily on wordpress, go to the page in question, and click edit, when you can change the status to “private” when you set it to private, it’ll ask you to set a password. and anyone that visit that page URL, gets an input field to put the password. hope that helps buddy.