How to route team invite members to a different thank you page than regular signups? Answered
Hey team,
First off, thank you for all the great work!
I have a quick question — we currently have a thank you page for new members joining the app, which works great. However, we also have team invites, and right now, anyone invited to a team gets redirected to that same general thank you page.
Is there a way we could route new team members to a different thank you page that’s more tailored to the team experience?
Really appreciate your help with this! 🙏
Thanks so much in advance!
Comments
5 comments
Hey Aleksandar Radovanovic,
Just wondering if the default redirect on signup is set as Thankyou page in your memberstack settings or is the page set as 'On signup / purchase' for team accounts plan?
That being said, you could achieve this via simple script where you could redirect new team members to the page of your choice by checking their team plan details.
Here's a sample code of redirecting the members from a page and you can further customize this by fetching the joinedTeams data based on the get current member method to ensure that they are redirected to appropriate page.
That being said, Duncan Hamra, was wondering if there are plans to have team members redirect option once they are invited to the team plan via the Memberstack dashboard settings. Seems to be a use-case that could help users setting up team plans.
Thank you so much for the quick reply!
I really appreciate it. I’ll give this a try and circle back with an update soon.
Thanks again! 🙏
I’d love to get some help with Team Accounts.
Is there a way to set up a redirect after a member signs up via a team invitation?
I’m currently using a script that redirects users without a paid plan to the pricing page — but unfortunately, this also affects users who create an account through a team invite, even though they should already be assigned to a plan.
Is this a known limitation, or is there a workaround you’d recommend?
Any guidance would be really appreciated — thank you in advance for your help! 🙏
Hey Guilian Prudent, just wondering have you tried setting the 'On signup / purchase' redirect for the specific team plan in the plan settings?
If you have, does it not work for the team members when they are assigned that plan?
Hi A J,
All of our plans include a team plan, but there’s no tool to specificly redirect users who sign up via an invitation.
At the moment, our On Signup / On Purchase redirect works fine for new members who aren’t invited, but it doesn’t apply to invited users.
Quick update :
I noticed on Memberstack that the member who joined via a team invitation doesn't have the same plan as the team admin, so he wasn't considered as having a paid plan.
In the console, the team member have a joinedTeams attribute with a teamId, a role, and the name of the plan.
So I updated my script to include a check for the joinedTeams attribute and it's now working!
Please sign in to leave a comment.