Setting up a profile page similar to LinkedIn

I’m trying to set up a profile page function similar to LinkedIn. When a new user registers for the site, I would like the to be immediately re-directed to the profile page.

Need help with 2 things around this:

  1. How to set the profile page so that it’s sets up a page for “each” new user that registers.
  2. How to set up the workflow so that each user will be re-directed to the profile page.

Thanks

Eric

  1. You design a single profile page, set the page type as user, and then designate it to reflect the user whose data is sent to the page.

i.e. profile pic’s source is current page user’s image…

  1. When the user registers, the last part of your workflow is… Navigate to “profile page”, data to send = current user.
1 Like