A membership page would be great ! Something with a password for members. That's the only thing I am returning back to webs.com. sorry !!!
14件のコメント
-
正式なコメント Yes, this has been implemented! You can now set a member's only page or secure content within your multi-page website via page passwords. Check it out!
-
Yeah that would be awesome!
-
Password protect a select page is one of the few things missing on an already great platform. PLEASE add this feature soon.
-
Agree with the above. Password protect for a members page would be great.
-
THIS WOULD BE GREAT IDEA!
-
Very useful for a "clients only" section of the page
-
Definitely need the ability to password protect individual pages rather than protecting the whole site
-
Yes as I move some of my Wordpress sites across to Strikingly I notice that this feature is missing. May resort to sime custom code but prefer it to be a simple option.
-
I've found a workaround. You can use this code and link it to a page that is hidden (not showing on the navigation tab)
<SCRIPT>
function passWord() {
var testV = 1;
var pass1 = prompt('Please Enter Your Password',' ');
while (testV < 3) {
if (!pass1)
history.go(-1);
if (pass1.toLowerCase() == "ENTER YOUR PASSWORD HERE") {
alert('success!');
window.open('/ENTER THE PAGE NAME HERE AFTER THE /');
break;
}
testV+=1;
var pass1 =
prompt('Access Denied - Password Incorrect, Please Try Again.','Password');
}
if (pass1.toLowerCase()!="password" & testV ==3)
history.go(-1);
return " ";
}
</SCRIPT>
<CENTER>
<FORM>
<input type="button" value="*****Click Here To Enter The Protected Area*****" onClick="passWord()">
</FORM>
</CENTER> -
Would be great to have the functionality to password protect a section or page.
I have some news and reports I would like to share only with people after they have signed up . It would be nice to keep the functionality all tied together with the overall website.
-
Yes yes!! I vote all for the password protected membership site! I also am using another platform for that and would LOVE to stick with Strikingly!!
-
As a Webmaster for a nonprofit, we really need to have the option to have password protected pages within the Strikingly website. Please add this feature to your already awesome platform... this is so needed. Thanks!
-
A members only password protection on a page would be great! I'm a leader in a huge organization and we would love a section where we can send just our members without having to recreate an entire website. thx!!
-
I agree. I would love to have a password protected page so that I could put my online courses there.