Home
Posted in Questions
I have a Zapier automation adding a NEW subscriber to Active Campaign. All good here, because I get subscription info and status through Zapier.
When someone cancel their subscription, I have an automation in Active Campaign offering them a discount code for signing up again.
If they claim the offer and renew a subscription, I want to update them in Active campaign again as valid member.
As far as I can see, the Update Member action in Zapier does not send any subscription info or status. How can I get the info that this member is again an active subscriber?
When someone cancel their subscription, I have an automation in Active Campaign offering them a discount code for signing up again.
If they claim the offer and renew a subscription, I want to update them in Active campaign again as valid member.
As far as I can see, the Update Member action in Zapier does not send any subscription info or status. How can I get the info that this member is again an active subscriber?
Posted in Questions
I have a client who is an insurance company which let's say has 100 doctor locations. They would like users to be able to become a member which clearly can be accomplished but the twist is that each doctor location needs to be able to ascertain if the member status is in good standing and the doctor location should only be able to search for members assigned to that location. Not familiar with this platform but while brainstorming it seemed like a membership set up might work here. Please advise.
Posted in Introduce Yourself
Webflow member id no longer show when using collections. Is it still needed to keep user dashboards synced? Im also using zapier.
Posted in Questions
Hey! I just saw that I had a member sign-up. But its duplicated in the members section. I looked into this and saw some older threads. I don't the memberstack script duplicated anywhere and I tested it out with one of my other emails and did not get a duplicate. I was wondering what your thoughts might be? Did the user sign-up twice? Any solutions to this? It's not a huge deal, but I don't want to delete any of the accounts because I don't know what account the member is actually using since the information is all the same except for the ID #.
Thanks in advance.
Thanks in advance.
Posted in Introduce Yourself
Hey everyone!
My name is Bobby and I am one of the co-founders of SimplerX. We are a platform for health and wellness service providers to run their business off of. We are currently in beta and our first release will be specifically targeted to individual health and wellness providers.
We realized that this was a segment of the market that wasn't catered to as much as the enterprises and larger facilities. We also see it as our way to break into the space and build out the backbone of our system which will provide service set-up, scheduling, payment processing for sessions, packages, and subscriptions, client profiles, easily digestible analytics, and the start of a mini CRM within the software.
Along with our product we realize that just giving someone a piece of software will not make them a better business owner and operator. Which is why we are also building out a content/course platform at simplerexperience.com to help educate these service providers.
Which is why I am here! We just started with Memberstack and we are looking forward to utilizing all of its features and future features. Looking forward to being apart of the growth of this system as well as it helping us grow as well!
My name is Bobby and I am one of the co-founders of SimplerX. We are a platform for health and wellness service providers to run their business off of. We are currently in beta and our first release will be specifically targeted to individual health and wellness providers.
We realized that this was a segment of the market that wasn't catered to as much as the enterprises and larger facilities. We also see it as our way to break into the space and build out the backbone of our system which will provide service set-up, scheduling, payment processing for sessions, packages, and subscriptions, client profiles, easily digestible analytics, and the start of a mini CRM within the software.
Along with our product we realize that just giving someone a piece of software will not make them a better business owner and operator. Which is why we are also building out a content/course platform at simplerexperience.com to help educate these service providers.
Which is why I am here! We just started with Memberstack and we are looking forward to utilizing all of its features and future features. Looking forward to being apart of the growth of this system as well as it helping us grow as well!
Posted in Questions
Hey guys, is it possible to access membership upgrade/downgrade within the profile modal (and not just the option to cancel)?
Posted in Questions
Hi there. I'm vaguely familiar with web design and have a workable understanding of HTML. Nothing super advanced. I've been working on user specific dashboards.
I am using Webflow, Airtable, Zapier, and Memberstack.
Our goal is to have a dashboard specific for "members" and a dashboard specific for "sellers". From my understanding, Members and Sellers need to be sorted into their own collections - as the dynamic content from each CMS will be utilized in the respective CMS template. So, I am halfway there.
Right now, Zapier looks like this:
I am using Webflow, Airtable, Zapier, and Memberstack.
Our goal is to have a dashboard specific for "members" and a dashboard specific for "sellers". From my understanding, Members and Sellers need to be sorted into their own collections - as the dynamic content from each CMS will be utilized in the respective CMS template. So, I am halfway there.
Right now, Zapier looks like this:
- Memberstack: Trigger: New Member
- Webflow: Create Live Item: Collection "Members" (note: this places ALL new member registrations, regardless of membership type, into this collection)
- Memberstack: Update Member: Update Member with Webflow CMS Item ID
- Airtable: Create Record: Add Member to Member Table
Here is where I'm stuck. I don't understand how to communicate the membership type and let the membership type dictate which Webflow CMS collection the user is brought into.
Do I need to go through Airtable and somehow utilize filtered views to then split up the membership types and then move the items into respective webflow CMS?
I'd appreciate any input. Thank you in advance.
Posted in Questions
Hey everyone! I am just wondering if there is a way to limit a member usage after selecting a certain membership?
For example I am opening a grooming experience at home and each membership allows that user to booking certain amount of appointments. I am trying to figure out if this is doable ?
Thanks!
For example I am opening a grooming experience at home and each membership allows that user to booking certain amount of appointments. I am trying to figure out if this is doable ?
Thanks!
Posted in Questions
Hi! My webflow page is showing "page not found" error when I click the Sign Up link. I've watched all the videos and done all the basic problem solving and still can't figure out what to do. Any thoughts?
https://gravel-bike-adventures.webflow.io/
https://gravel-bike-adventures.webflow.io/
Posted in Questions
Hey guys! Hope 2021 is off to a great start for everybody. Been a busy one here, but I'm finding time to keep the ball rolling for my web app. Currently building a "Follow" function for user profiles.
For that, I need to conditionally hide a div based on a value that's is stored in a member's memberstack custom field. If it's stored, hide div. If it's not, show div.
What's the right way to write the 'if' statement in javascript so that I'm checking for a specific value (which is stored in the Webflow CMS) against the value stored in a member's memberstack custom field?
Here's what my code looks like now. Don't laugh—I'm trying to learn 😁
What do I need to learn to get line #22 to make sense?
For that, I need to conditionally hide a div based on a value that's is stored in a member's memberstack custom field. If it's stored, hide div. If it's not, show div.
What's the right way to write the 'if' statement in javascript so that I'm checking for a specific value (which is stored in the Webflow CMS) against the value stored in a member's memberstack custom field?
Here's what my code looks like now. Don't laugh—I'm trying to learn 😁
What do I need to learn to get line #22 to make sense?