Hello 👋 I have a Webflow website where I use Memberstack to sell online courses. I connected Memberstack to Stripe, created separate paid plans for each course, and added an “On Signup / On Purchase” redirect for each plan to send users to the specific course page they purchased.
The issue is that redirects only work correctly for the plan that is highest in the Plan Priority list. For example, if I purchase the first course in the priority order, the redirect works correctly. But if I then purchase another course lower in the list (especially the last one), after checkout it redirects me to the course page of a higher priority plan instead of the newly purchased course.
It seems like the redirect is being overridden by the plan priority order.
Maybe someone knows how I can fix this so that after each purchase, the user is always redirected to the exact course page they just bought?


1 comment
Hey Diana Romanenko,
Can you try using data-ms-redirect custom attribute on the button which lets user signup to a plan and have it's value as the course page slug that you want the users to be redirected to.
For example, data-ms-redirect="/course-1-page"
Here's a guide on how it works as well, but instead of 'current-url' you can place the actual slug of the course page you want them to be redirected to after the purchase / signup.
Hope this helps.
Please sign in to leave a comment.