How can I force users to complete their profile before accessing member pages? Answered

Post author
Jordan Winn

I have a two-screen signup process on a site I'm building. I've found an interesting pattern where some users are creating their account on screen #1, but not completing their profile information on screen #2.

They still have access to the site, without filling in this information.Any way to force users to fill in their profile information before they are allowed to access member-only pages?

Comments

2 comments

  • Comment author
    A J

    Hey Jordan Winn,

    You could make use of this memberscript which you can place on the page that you don't want users to access if onboarding is not done (i.e. certain custom fields are not filled out by them).

    For example, if you want them to access dashboard only after filling out profile information, you can place that script on the dashboard page and replace the custom field keys with the Custom ID of the fields in Memberstack dashboard that you have setup.

    That way, if those fields are filled out and user tries to access the dashboard page, nothing will happen, if not they will be directed to the onboarding page.

    Hope this helps.

    0
  • Comment author
    Jordan Winn

    This is exactly what I needed, thank you so much!!

    0

Please sign in to leave a comment.