Skip to main content

Community discussions

  • How to implement automatic price increases for Memberstack subscriptions based on time duration and item count using Stripe?
    CommunityQuestions

    How to implement automatic price increases for Memberstack subscriptions based on time duration and item count using Stripe?

    I would like to have a paid membership that automatically increases it's price over a specific duration of time. For example, $10 a month for the first three months, then $15 a ...

  • How to stop Stripe from automatically redirecting users to homepage after successful payment?
    AnsweredCommunityQuestions

    How to stop Stripe from automatically redirecting users to homepage after successful payment?

    Problem -> I designed my current plan to redirect signup users to a welcome page after signup, but for some reason, after payment they are automatically being sent back to the h...

  • [Wishlist] Google Auth for Circle SSO
    CommunityProduct Wishlist

    [Wishlist] Google Auth for Circle SSO

    1) The problem → I use Google Auth for my users, however I also have Circle.so SSO but I can't use Google Auth for my users, and can only use email and password.  2) Why is th...

  • [Wishlist] Implementing white-label branding across Stripe checkout, portal, and OAuth screens
    CommunityProduct Wishlist

    [Wishlist] Implementing white-label branding across Stripe checkout, portal, and OAuth screens

    1) The problem → my company logo on stripes checkout and customers portal as well as changing the color for the buttons and side bar, and google auth 2) Why is this important ...

  • How to refactor Crisp Chat integration code from MemberStack 1.0 to 2.0?
    AnsweredCommunityQuestions

    How to refactor Crisp Chat integration code from MemberStack 1.0 to 2.0?

    Hey team can I get a little help refactoring this code for MS2.0? <script> MemberStack.onReady.then(function(member) { var email = member["email"] var name = member["nam...

  • December 2022 - Progress Report 🎉
    ImplementedCommunityProgress Reports

    December 2022 - Progress Report 🎉

    Thurs, Dec 1st 2022 & Fri, Dec 2nd 2022 Product Got into the Webflow package code and pull out all data attributes and create an in depth doc for customers. Finished backe...

  • [✅ Launched] Using custom member-facing domains to eliminate Memberstack branding on Google Consent Auth
    ImplementedCommunityProduct Wishlist

    [✅ Launched] Using custom member-facing domains to eliminate Memberstack branding on Google Consent Auth

    The primary purpose of this request is to have custom branding and not Memberstack branding on the Google Consent Auth page. Not having this customization could reduce the conve...

  • [Shipped] How to get started with the official MemberStack plugin for WordPress?
    ImplementedCommunityGeneral

    [Shipped] How to get started with the official MemberStack plugin for WordPress?

    Hi Wordpress users 👋   We launched an Official Memberstack <> Wordpress Plugin!!   Click here to download the plugin.

  • How to get hidden fields to pass through to Memberstack in Webflow forms?
    CommunityQuestions

    How to get hidden fields to pass through to Memberstack in Webflow forms?

    Trying to get a hidden field to pass through to memberstack in webflow but cant seem to get it to pass through. <input type="hidden" name="tick" value="yes" data-ms-member="tick...

  • [Wishlist] Option to Enable Automatic Taxes
    PlannedCommunityProduct Wishlist

    [Wishlist] Option to Enable Automatic Taxes

    Originally posted by a customer in the Community Slack. How can I change the automatic tax setting coming from Memberstack ? I want to switch this sett...

  • [Wishlist] Onboarding checklist [Solved]
    AnsweredCommunityProduct Wishlist

    [Wishlist] Onboarding checklist [Solved]

    Hello,  Would it be possible to create an onboarding checklist like the one in Memberstack ?  Thanks,  William  

  • How to update credit card details for subscribers on recurring payment plans?
    CommunityQuestions

    How to update credit card details for subscribers on recurring payment plans?

    For subscribers on a recurring payment plan, what is the best way to change or update their credit card details should it be required?

  • How to properly set up profile picture display attributes from Airtable to Webflow?
    AnsweredCommunityQuestions

    How to properly set up profile picture display attributes from Airtable to Webflow?

    Hey, I'm building a no-code SaaS for the film industry. Inside, users will have their own profile and be able to display pictures they have uploaded through Airtable. How can I ...

  • [Wishlist] Saving LinkedIn profile URL and r_liteprofile data as custom fields in Memberstack LinkedIn sign up integration
    CommunityProduct Wishlist

    [Wishlist] Saving LinkedIn profile URL and r_liteprofile data as custom fields in Memberstack LinkedIn sign up integration

    1) The problem → saving LinkedIn url as a custom field for members if they use LinkedIn sign up feature 2) Why is this important → improves customer data and can network with ...

  • [Wishlist] Ability to display member 'subscription' data using data attributes
    PlannedCommunityProduct Wishlist

    [Wishlist] Ability to display member 'subscription' data using data attributes

    As you can display 'custom field data' in a user dashboard using the IDs and attributes, it would be great to be able to have an ID for each 'subscription' they're signed up to ...

  • [Wishlist] Ability to select multiples of the same recurring subscription product
    PlannedCommunityProduct Wishlist

    [Wishlist] Ability to select multiples of the same recurring subscription product

    In a similar way as you can select multiples (or a single recurring subscription product) when you use a Stripe payment link, multiples of the same recurring subscription would ...

  • Connecting Memberstack user accounts to a PHP-built CRM through Webflow
    CommunityProduct Wishlist

    Connecting Memberstack user accounts to a PHP-built CRM through Webflow

    I was wondering if we were able to create a user account section to the Webflow site in Memberstack  and to connect Memberstack to a PHP built CRM that way? 

  • How to handle Stripe application fees from US platforms to connected accounts in India and other unsupported countries?
    AnsweredCommunityQuestions

    How to handle Stripe application fees from US platforms to connected accounts in India and other unsupported countries?

    The problem is that Stripe currently doesn't support taking application fees by a US platform from a connected account in India. I have talked to both Stripe and Memberstack sup...

  • How to fix MemberStack not defined and 404 errors when accessing member data in Webflow?
    CommunityQuestions

    How to fix MemberStack not defined and 404 errors when accessing member data in Webflow?

    Hi, I am trying to access logged in member data on a page through a custom code snippet on webflow. I tried to use the Memberstack frontend API code and inserted the following i...

  • How to build a credit-based membership system in Memberstack with Webflow and Airtable that subtracts credits per service use?
    ImplementedCommunityQuestions

    How to build a credit-based membership system in Memberstack with Webflow and Airtable that subtracts credits per service use?

    Hey there! 👋 I want to create a platform and consider Webflow + Memberstack + Airtable as a stack to implement paid membership that issues users a certain amount of credits (bas...

  • How to authenticate Chrome extension users with Memberstack and verify their paid subscription status?
    CommunityQuestions

    How to authenticate Chrome extension users with Memberstack and verify their paid subscription status?

    I will have a paid chrome extension subscription through memberstack and when a user opens my extension after some time I will redirect to log in at my website. I have not looke...

  • How to verify Memberstack JWT tokens in a Java backend when public key IDs are mismatched?
    AnsweredCommunityQuestions

    How to verify Memberstack JWT tokens in a Java backend when public key IDs are mismatched?

    Hello, I would need to verify the Memberstack JWT token like described here (I want to use the token to authenticate the requests sent by the user on one of our APIs). However, ...

  • How to disconnect Stripe from Memberstack when there's no disconnect button in the dashboard?
    CommunityQuestions

    How to disconnect Stripe from Memberstack when there's no disconnect button in the dashboard?

    Hello trust we all doing cool, I want to disconnect the stripe account associated with my memberstack account. i could not find a disconnect button on my memberstack dashboard (...

  • How to use Memberstack as identity provider for Softr site and Circle community with single sign-on across platforms?
    AnsweredCommunityQuestions

    How to use Memberstack as identity provider for Softr site and Circle community with single sign-on across platforms?

    I'm interested in using Memberstack to manage memberships for a site + community (one sign in, 2 systems). E.g. as an Identity provider (IdP). However, I don't use Webflow or cu...

  • How do I create a unique username for each member using the signup form?
    CommunityQuestions

    How do I create a unique username for each member using the signup form?

    I want to add a "username" field in the sign up form. When someone enters a username and submits, I want the form to check for an identical username in the Members database. If ...

  • Memberstack status page for real-time status
    ImplementedCommunityProduct Wishlist

    Memberstack status page for real-time status

    Memberstack Status Page - for uptime, outages, planned maintenance, etc.

  • How to redirect to a CMS page after signup?
    CommunityQuestions

    How to redirect to a CMS page after signup?

    Hi all,  Is there any way to do a member-specific redirect to a CMS page (not static)? I've read the documentation on this and you can set up a custom redirect AFTER the user ha...

  • November 2022 - Progress Report 🎉
    ImplementedCommunityProgress Reports

    November 2022 - Progress Report 🎉

    Tues, Nov 1st 2022 Worked on Plans page rebuild and routing Merged, tested, and deployed the backend work for the SSO flow translation. Start on the error message translation...

  • October 2022 - Progress Report 🎉
    ImplementedCommunityProgress Reports

    October 2022 - Progress Report 🎉

    Mon, Oct 3rd 2022 Deployed a few client API improvements. Nothing you will notice tho, all internal organization related. Released a more mobile-friendly version of the ...

  • How to fix Memberstack iframe display issues in Chrome Incognito mode?
    CommunityQuestions

    How to fix Memberstack iframe display issues in Chrome Incognito mode?

    [Migrated from our old community Slack]Post by David LiCause Question: Our app is not displaying correctly in Chrome Incognito. Currently, we have two iframe blocks included on ...

Didn't find what you were looking for?

New post
Sitemap