Community discussions
-
How to link a save button to update custom profile fields in a user dashboard?
AnsweredCommunityQuestions
How to link a save button to update custom profile fields in a user dashboard?
Hey guys Im facing a small issue on my custom built dashboard, how do I link the save button to update my dashboard with custom fields. There seem to be no custom attribute for ...
-
How to verify Memberstack webhook signatures in Python Flask and validate the requests using the signing secret?
AnsweredCommunityQuestions
How to verify Memberstack webhook signatures in Python Flask and validate the requests using the signing secret?
Hey guys, I need some help with the verification of a webhook. Im programming an app in python on my backend in a flask app. How do I verify the memberstack webhooks? I keep get...
-
How to enable video uploads on a website using Memberstack and AWS?
AnsweredCommunityQuestions
How to enable video uploads on a website using Memberstack and AWS?
Hi all. Is it possible to enable users to upload videos to a website using memberstack? There's little content on this topic. I was thinking to use AWS with Zapier? Is this theo...
-
How to conditionally show elements with Memberstack attributes based on specific plan while maintaining page access?
CommunityQuestions
How to conditionally show elements with Memberstack attributes based on specific plan while maintaining page access?
Hi guys, long time no see :-) My site has both recurring and one-time plans: - I have set of 4 plans (classic SaaS pricing setup) with 1 free plan and 3 paid recurring plans- Th...
-
How to update a plan price in Memberstack without archiving the old one to avoid array indexing issues?
CommunityQuestions
How to update a plan price in Memberstack without archiving the old one to avoid array indexing issues?
Is there a way to update the price of a plan without having to archive the old price? The way that the data is structured on the backend is that it pushes the new price onto the...
-
How to limit the number of downloads for gated content with a Memberstack subscription?
AnsweredCommunityQuestions
How to limit the number of downloads for gated content with a Memberstack subscription?
Hi everyone, I'm wondering if there's a straightforward way to limit the amount of times a user downloads gated content? I have a monthly subscription but I don't want people to...
-
How to show elements to all users but trigger different actions based on login status?
CommunityQuestions
How to show elements to all users but trigger different actions based on login status?
Hello, all! I'm stuck in one issue and it would be appreciated for your help! I know we can make conditional visibilities for logged-in members. But what I want to do here is ...
-
How to develop a review site that captures reviewer identity and purchase verification?
AnsweredCommunityQuestions
How to develop a review site that captures reviewer identity and purchase verification?
Hey guys! My name is Bowie, I'm a trading content creator and I'm currently developing a significant project in the trading industry that is expected to attract substantial traf...
-
How to implement custom profile fields in Memberstack for a dynamic member directory while maintaining privacy?
CommunityQuestions
How to implement custom profile fields in Memberstack for a dynamic member directory while maintaining privacy?
Hello, I am eager to create dynamic and engaging member profiles on my website using Memberstack, but I'm facing some challenges. I'm looking for guidance from the Memberstack c...
-
How to redirect logged-in members away from homepage using Memberstack without breaking the script?
AnsweredCommunityQuestions
How to redirect logged-in members away from homepage using Memberstack without breaking the script?
I’ve just set up a ‘proper’ homepage which is just for new visitors. How can I redirect members to a different page if they’re logged in? I have the redirect setup so when they ...
-
How to add member email attribute to file upload input in Memberstack form script?
AnsweredCommunityQuestions
How to add member email attribute to file upload input in Memberstack form script?
Hey team, I would like to pass a member email at the upload of a file: I wrote the following code and works well. What attribute shall I add if I want to pass also the email?Tha...
-
How to send email notifications to members when new CMS items are added in Webflow?
AnsweredCommunityQuestions
How to send email notifications to members when new CMS items are added in Webflow?
Hi everyone! I want to send notification emails to the members every time there is a new CMS item within Webflow. What is the best way to do this? I have found notifications wit...
-
How to find Memberstack members by email in Zapier instead of just by ID?
AnsweredCommunityQuestions
How to find Memberstack members by email in Zapier instead of just by ID?
Do you have an intention to add Find a member by Email in your Zapier integration in the next few weeks instead of just by ID?Similar to how you have this available via your API...
-
How to manage two user types with different data requirements in Memberstack - free vs paid registrations?
AnsweredCommunityQuestions
How to manage two user types with different data requirements in Memberstack - free vs paid registrations?
Hi guys I have a question for those who are experienced with membestack. I'm working on a project where I need to distinguish two types of users. Private users and companies, ho...
-
How do I use zapier to move the plans data fields to airtable and webflow?
CommunityQuestions
How do I use zapier to move the plans data fields to airtable and webflow?
I'm trying to make a Zap to move my member data to airtable and webflow... All of the fields are being transferred as a binding option into the zap except the Plans type. The cl...
-
How to create a unified admin experience in a Webflow school site with embedded Memberstack controls?
AnsweredCommunityQuestions
How to create a unified admin experience in a Webflow school site with embedded Memberstack controls?
Have a question for an upcoming project -> we are going to build a webflow site for a school and integrate memberstack. When doing so can admins login to their own school websit...
-
[Wishlist] Purchase the same recurring plan multiple times
CommunityProduct Wishlist
[Wishlist] Purchase the same recurring plan multiple times
-
How to create member-specific dashboards in Webflow that only display personal appointments using Memberstack authentication?
CommunityQuestions
How to create member-specific dashboards in Webflow that only display personal appointments using Memberstack authentication?
Hi, there! I've been on fire with several no code products like Memberstack along with Webflow, Zapier, and Airtable. I've been using these products for a few months now, and af...
-
How to redirect users to correct gated content on thank you page based on their purchase?
CommunityQuestions
How to redirect users to correct gated content on thank you page based on their purchase?
I am creating a website that will have different one time paid workshops. Users will signup before purchasing the workshop so they can login to the website whenever they want to...
-
How to verify invite codes before signup and award credits to referrers using Memberstack and Make?
AnsweredCommunityQuestions
How to verify invite codes before signup and award credits to referrers using Memberstack and Make?
I'have a credit system for my client projects. for every 47$ purchase user get 10 credits. Now they want to create unique invite link to give a refferal bonus for both users new...
-
How to show edit button instead of create button when user already has a post in Webflow with Memberstack?
AnsweredCommunityQuestions
How to show edit button instead of create button when user already has a post in Webflow with Memberstack?
Hi! I have a question - is there any simple way to add an "Edit Post" button that will hide the "Create Post" button if a user already has a post? I currently use the "data-ms-c...
-
How to cancel paid plans after trial ends and resolve 'Insufficient funds' errors when trials convert to paid plan in MS?
AnsweredCommunityQuestions
How to cancel paid plans after trial ends and resolve 'Insufficient funds' errors when trials convert to paid plan in MS?
Hey, can anyone please suggest me how to cancel members paid plan once the trial is over? I tried using following code but its not working because my free trial plan is with $0 ...
-
How to redirect users back to their original CMS page after signup when using Memberstack authentication?
AnsweredCommunityQuestions
How to redirect users back to their original CMS page after signup when using Memberstack authentication?
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 c...
-
How do I set up Memberstack permissions so store owners can add deals to a public Webflow directory?
CommunityQuestions
How do I set up Memberstack permissions so store owners can add deals to a public Webflow directory?
Hello, I am developing a site on Webflow for our shopping mall. I will have a "deals" page where the deals from different stores in the mall will appear and those deals have t...
-
How to conditionally show download buttons in Webflow based on user login status and subscription plan?
CommunityQuestions
How to conditionally show download buttons in Webflow based on user login status and subscription plan?
Hi, How would you set this up in Webflow? I did the following but for visitors who are not logged in, they will see both "Signin to Download" and "Upgrade to Download" at the sa...
-
How to add an accept attribute to a custom file upload input?
AnsweredCommunityQuestions
How to add an accept attribute to a custom file upload input?
Hello team! 🙂 I would like add the following accept attribute to an input for a file upload that has the custom attribute ms-code-file-upload-input=FileToUpload <input type="fil...
-
How to connect metadata to user actions for limiting tool usage in AI apps?
CommunityQuestions
How to connect metadata to user actions for limiting tool usage in AI apps?
Also are there any tutorials on meta data connected to user actions? I remember seeing a tutorial from Julian Galluzzo where whenever a user used a tool on a website, the number...
-
How to integrate Polish payment methods (BLIK, Przelewy24) supported by Stripe into Memberstack checkout?
CommunityGeneral
How to integrate Polish payment methods (BLIK, Przelewy24) supported by Stripe into Memberstack checkout?
Hi, I'm considering using Memberstack for creating an online course. I'm based in Poland, too. Can I integrate those two major polish payment methods into Memberstack checkout? ...
-
How to charge only upgrade differences and set fixed expiration dates for memberships?
PlannedCommunityQuestions
How to charge only upgrade differences and set fixed expiration dates for memberships?
Hi all! I need some help figuring out the best Memberstack setup for my client. This year, my client wants to offer 2 memberships. One ‘basic’ membership ($100) and one ‘premium...
-
How to sync Stripe payments with Memberstack to update member plans automatically?
AnsweredCommunityQuestions
How to sync Stripe payments with Memberstack to update member plans automatically?
Hey guys, I need help. When someone subscribe via Stripe payment link (such as from email), memberstack doesn't update member plan, i see still "members" not "premium". Any reco...
Didn't find what you were looking for?
New post