Sending user to their "Current Page User" page after login

Hello!

I want to be able to send a user to their public profile after they log in… The profile is a “Current Page User” page so that it can display that users information publicly… Therefore I do not want to change it to “Current User” and I do not want to have two Identical pages.

Thanks ahead!

-Dave

When you navigate from the login page to the profile page, pass the appropriate user (in this case, the current user). This assumes that the page’s data type is User.

1 Like

:slight_smile: so simple… Thanks!

This topic was automatically closed after 70 days. New replies are no longer allowed.