Hi everyone! Loving Memberstack, it's an awesome tool. I have a question (bear with me, I'm new to this). Is there a way to add tags to Members? What I mean is, when adding new users through different forms, can I mark them somehow to later be able to see where they came from, (I'd like to later target them with Email campaigns)?
5 comments
Hi Daniela,
Yes, this is possible. 🙂 You will have to make use of Custom fields, and some custom code to get it to work. This is an example of one I created for a customer and the steps I took:
With this setup, when a user signs up with a link like this yourwebsite.com/signup?utm_source=facebook&utm_campaign=whatever, the data in the URL will be saved to Memberstack alongside other inputs in the signup form.
This is a short video of me implementing the code: https://www.loom.com/share/8d62f50226694bc4bdacba64ca535a2c
Please note that you may have to modify the custom fields in the code to suit yours.
Awesome, thank you for that extensive walkthrough. I'll give it a try right now!
You're welcome 😌. Do not hesitate to reach out if you have any challenges.
Hi team, please can you advise how to prevent the Memberstack user registration module (not used on the site) flashing up when users click on Register on my webflow site?
Hello,
You'd have to remove the data-ms-modal="login" or data-ms-modal="signup" to fix that. If the issue persists, please share the link to your registration page so I can investigate further.
Please sign in to leave a comment.