Link: https://mixsave.org
Do you know how to do this?
My objective: I’m trying to redirect a user to a specific URL after he signs up. However, the URL comes from a dynamic Webflow CMS collections.
How can I achieve this (example):
- I’m the user. I’m going on mixsave.org. I click on a deal, (for this example let’s say it’s a discount to Memberstack) from a collection of deals. I get redirected to /integrations/memberstack (the URL that comes from the CMS).
- BUT. I won’t even see the /integrations/memberstack page. I will instantly get redirected to a /signup page, since, i have set it up in memberstack, that only signed up users can see the /integrations/* (folder)
- Now I’m on the /signup page. I signup, then I get sent to /home.
- BUT. I’m not trying to send the user to /home.
What I’m trying to do is this:
- After signup, send the user to /integrations/memberstack (which is the first url he clicked on to begin with).
What are your thoughts?
How to achieve this?
– Set the url he clicked on in cookies? Some js will be required for this perhaps?