Once a user with a certain tag logs in can they be redirected to a page of my choosing, if so how would I do that?
Topic summary
Main issue: Redirect customers with specific tags to a chosen page immediately after login.
Key points:
- The request is to automatically route tagged users post-login to a particular page.
- Suggested approach: add custom JavaScript (theme-dependent) that listens to the login form submission, checks the user’s tags, and performs a redirect.
Clarifications:
- “Tags” refer to customer tags used to categorize customers in Shopify.
- Implementation would vary by theme and requires custom code; no code snippet or step-by-step instructions were provided.
Outcome/Status:
- No finalized solution or built-in setting was confirmed.
- Action item implied: implement custom JavaScript tailored to the theme to handle tag checking and redirection.
- Thread remains open/unspecified on exact implementation details.
1 Like
Hi @Biz1
Depending on the theme you are using, you can try to add a javascript code to listen to form submission. Then check and redirect user according to tags, but this will need custom javascript code