How to pass the team member name to a sign-up page redirect and display it dynamically? Answered
Hello! I would like to display dynamic text based on what page the user needed to login to see. I.e., I am gating all the team member profiles on my site, and would like the h1 of the sign-up page they are redirected to to say something like "Sign-Up to view {Team Member Name}"
How would I accomplish this?
Comments
4 comments
Hey Adam Brandenburg,
One way of doing this would be to hide the content in the team member page using attributes instead of gating access to the page altogether. And show a custom block on the page for non-logged in user.
There are just few approaches that you can take to achieve the use-case, feel free to explore what seems best fit for your project requirements.
Thank you! I’m curious — can I blur the team member page content instead of hiding it altogether and show the sign up modal above it? It might increase conversions to show the content the user wants ever so close.
Yes design wise you can explore and customize it as you want. Here's a free template that you can take inspiration from and here's a signup component with blur background that you can customize for your project and set it up such that it works for your team member page accordingly.
Hope this helps.
Yes
Please sign in to leave a comment.