After Login displaying correct page

Say, once a person logins in I need the correct page to be displayed depending on level assigned to the user. I have a level 1 and level 2 user set up. When a level 2 user logs in it displays level 1 user page vs displaying user 2 page. Here is the login page being used. https://nebraskakma.com/member-login/. Here is the level 2 page. https://nebraskakma.com/members-elite/. Thank you.

You could use the login welcome page redirection. WP admin > s2Member > General Options > Login Welcome Page

But I think I’d prefer using a single page, and change the content with a conditional based on the level. https://s2member.com/kb-article/s2if-simple-shortcode-conditionals/

You could probably even use the conditional with a javascript redirection inside, too…

:slight_smile: