- This topic has 3 replies, 2 voices, and was last updated 8 years, 6 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
WordPress Membership Plugin
Simple Membership Plugin › Forums › Simple Membership Plugin › Add custom block message based on page
I need to serve a custom block message based on the page, so 1 page will have a link to a custom registration form and the other page will have a link to a different custom registration form.
Hi, please check the following documentation. Let me know if this helps you.
Thank you
This looks like you can put block messages when you already know the member group, these are people not registered on teh site yet so there is no way to know what user group they are in. This is what im trying to do
/protected-page-1/
[You need to login to view this page, click here to register [register form 1 link] ]
/protected-page-2/
[You need to login to view this page, click here to register [register form 2 link] ]
That make sense?
Or is that what this does? format_protected_msg=”1″
Sorry for the misunderstanding, this looks perfect, ill try it out!