Community discussions
-
How to fetch plan ID and plan type for authenticated users with custom code in Memberstack?
AnsweredCommunityQuestions
How to fetch plan ID and plan type for authenticated users with custom code in Memberstack?
How can i get planID of current logged in user with custom JS?
-
How to fix Google OAuth authentication flow to redirect users to Stripe subscription page instead of repopulating email field in Webflow?
AnsweredCommunityQuestions
How to fix Google OAuth authentication flow to redirect users to Stripe subscription page instead of repopulating email field in Webflow?
I've linked Google Auth here: https://virtualstagingart.webflow.io/signup. Unfortunately, after clicking "Sign in with Google", the email is simply returned to the email input. ...
-
How to set up single sign-on between Webflow and Circle using Memberstack's modal login?
AnsweredCommunityQuestions
How to set up single sign-on between Webflow and Circle using Memberstack's modal login?
Hi everyone. Nice to meet you all. I just started using Memberstack with Webflow and Circle and love it. I have a question about autologin members into both Webflow and Circle. ...
-
How can I upload images to a Webflow CMS rich text field using MemberStack forms?
CommunityQuestions
How can I upload images to a Webflow CMS rich text field using MemberStack forms?
Can I use rich text form to put pictures in webflow? When I first asked a question to the member stack, I was surprised by the ability to put pictures even though it was similar...
-
How to pass a logged-in MemberStack user's name to a hidden field in a Tally form iframe?
CommunityQuestions
How to pass a logged-in MemberStack user's name to a hidden field in a Tally form iframe?
I put the form made with tally(typeform) in html.To distinguish the name of the member, I put the name in hidden form in tally and entered the code of the lecture I watched, but...
-
How to modify payment flow to require e-signatures before processing Stripe payments?
AnsweredCommunityQuestions
How to modify payment flow to require e-signatures before processing Stripe payments?
Hey guys, after finishing up with my project, client got a few requirements related to the payment flow.so basically, she wanted to add a ""e-sign"" document (jotform or somethi...
-
How to implement upvote filtering for logged-in users in Webflow and MS while requiring authentication for voting?
AnsweredCommunityQuestions
How to implement upvote filtering for logged-in users in Webflow and MS while requiring authentication for voting?
Hey guys, I'm trying to add like or upvote buttons. When someone who isn't signed in tries to like or upvote, I'd like memberstack to prompt them to sign up. How do I do this?
-
How to implement Memberstack password reset through backend when modal isn't working on login page?
AnsweredCommunityQuestions
How to implement Memberstack password reset through backend when modal isn't working on login page?
heelo every one , is that endpoint work https://api.memberstack.com/v1/password/reset I want to send request to rest password from my backend?
-
How to hide a form after submission and store the CMS item ID in user metadata?
AnsweredCommunityQuestions
How to hide a form after submission and store the CMS item ID in user metadata?
How can I implement custom code so that every time a user submits a form on a CMS page, the item’s ID is added to the user’s metadata and the form is not shown to the user anymore?
-
[Wishlist] Google Login failing in iOS Instagram app web view due to secure browser policy
CommunityProduct Wishlist
[Wishlist] Google Login failing in iOS Instagram app web view due to secure browser policy
Google Login Doesn't work through iOS Instagram App. When I'm trying to log into my website via Google Login while on Instagram's App web view, it shows an error, 'You can't si...
-
How to show content to all logged-in users regardless of plan status using Memberstack attributes?
AnsweredCommunityQuestions
How to show content to all logged-in users regardless of plan status using Memberstack attributes?
Hi all. I’ve used the data-ms-content="members" attribute to display a user-menu for logged-in users. I see in the Docs that it’s described as content “Only visible to all log...
-
How can I set SEPA as the pre-selected payment option on my Stripe payment page?
AnsweredCommunityQuestions
How can I set SEPA as the pre-selected payment option on my Stripe payment page?
Would it be possible to determine which payment option you would like to show first on the stripe checkout page? Here in the Netherlands, people are not really used to pay with ...
-
How to set up automated welcome emails and admin notifications for Memberstack signups with proper plan segmentation?
AnsweredCommunityQuestions
How to set up automated welcome emails and admin notifications for Memberstack signups with proper plan segmentation?
Hey guys, I want to send a welcome email to customer when they signup/make payment for the membership plan, what's the best way to do that. also I want to notify the admin as we...
-
How to dynamically load Webflow CMS rich text into an editable form input?
AnsweredCommunityQuestions
How to dynamically load Webflow CMS rich text into an editable form input?
Hey lovely Memberstack Community, i hope ya all doing great. This is probably a Webflow problem, but maybe someone had this idea already. I want to edit and load rich text into ...
-
How to resolve automatic logout issues in Memberstack test mode?
AnsweredCommunityQuestions
How to resolve automatic logout issues in Memberstack test mode?
I'm in Test Mode and found that a few seconds after signing up, my user is auto logged out - is this just a default setting in Test Mode?
-
[Wishlist] Twitter Auth Provider
Gathering feedbackCommunityProduct Wishlist
[Wishlist] Twitter Auth Provider
Many apps have a Twitter OAuth provider for logging in. The ability to use Twitter as an auth provider would be a great addition to Memberstack.
-
How to build likes and bookmarks for CMS items using only Webflow and Memberstack?
CommunityGeneral
How to build likes and bookmarks for CMS items using only Webflow and Memberstack?
Hi All I wanted to create some documentation to explain a process I've recently worked on, since I didn't find a 'how-to' for this using Memberstack 2.0. This guide might be use...
-
MemberChat works with Memberstack 2.0?
AnsweredCommunityQuestions
MemberChat works with Memberstack 2.0?
Hello,Does anyone know if MemberChat works with Memberstack 2.0?
-
How to resolve the Timer 'initMemberstack' does not exist warning?
ImplementedCommunityQuestions
How to resolve the Timer 'initMemberstack' does not exist warning?
I've always been seeing this error! Wanted to ask how I should get rid of it or if I'm probably not doing something right in the console! For some months now
-
How to disable Memberstack's test mode badge without losing user accounts?
AnsweredCommunityQuestions
How to disable Memberstack's test mode badge without losing user accounts?
Hey guys, I've got this 'test mode' badge popping up and I can't get rid of it. Can anyone help?www.promptpal.net
-
How to prevent duplicate form submissions in a CMS by tracking user responses with metadata?
AnsweredCommunityQuestions
How to prevent duplicate form submissions in a CMS by tracking user responses with metadata?
How can I implement custom code so that every time a user submits a form on a CMS page, the item’s ID is added to the user’s metadata and the form is not shown to the user anymo...
-
How to troubleshoot password reset redirect leading to blank page after setup?
AnsweredCommunityQuestions
How to troubleshoot password reset redirect leading to blank page after setup?
Looking to see if i can get some help. I setup a forgot password page and I set the redirect slug to the reset password page. But when its clicked it takes me to a null page. I ...
-
How to set up standalone Google auth that correctly updates both frontend state and Memberstack database?
AnsweredCommunityQuestions
How to set up standalone Google auth that correctly updates both frontend state and Memberstack database?
Hey guys, have 1 confusion, is it possible to login via just google? I emended the cta in header + also setup the auth, when i clicks on cta, I too get prompted with my gmail to...
-
How to exclude Memberstack member-specific pages from sitemap automatically?
AnsweredCommunityQuestions
How to exclude Memberstack member-specific pages from sitemap automatically?
Any ideas on how to exclude member-specific pages from sitemap? Our customers have custom dashboards and we use member-specific page generated by Memberstack IDs. It seems like ...
-
[Wishlist] Fix user name mapping in SSO integration between Memberstack, Auth0, and Zendesk Gather
Gathering feedbackCommunityProduct Wishlist
[Wishlist] Fix user name mapping in SSO integration between Memberstack, Auth0, and Zendesk Gather
Hello everyone, Kind of a broad issue. I'm having an issue with Memberstack/Auth0 integration for SSO with Zendesk Gather. I recently set up a Memberstack custom social connecti...
-
How to set up a dropdown-based tiered membership form using Memberstack and Webflow?
AnsweredCommunityQuestions
How to set up a dropdown-based tiered membership form using Memberstack and Webflow?
Hello, I'm new and testing out Memberstack on my Webflow account. I was curious if there a way of making a tiered membership form that has a dropdown selection option? See image.
-
How to set up multiple Memberstack logins on one website using reverse proxy while preserving session continuity?
AnsweredCommunityQuestions
How to set up multiple Memberstack logins on one website using reverse proxy while preserving session continuity?
If I use a reverse proxy to merge two websites. Can the login work across the two? And obviously, not logging them out in between pages
-
How to create dynamic login redirects in Memberstack using JS instead of dashboard settings based on login location?
AnsweredCommunityQuestions
How to create dynamic login redirects in Memberstack using JS instead of dashboard settings based on login location?
Is there any way to set a custom redirect upon login or signup that is not through the Memberstack dashboard (paid plan or account level)? We are looking to redirect users to ce...
-
How to optimize Zapier/Make usage with custom plan logic for minimizing API calls?
ImplementedCommunityQuestions
How to optimize Zapier/Make usage with custom plan logic for minimizing API calls?
Hey StackNation!I have a quick question to ask. We are currently working on Plan Logic which means you will be able to add logic to plans that allows you to lower your zapier or...
-
How to let users edit their Webflow collection items through a Memberstack dashboard?
AnsweredCommunityQuestions
How to let users edit their Webflow collection items through a Memberstack dashboard?
Hello, I am trying to understand if Memberstack can help achieve the following: Ability to allow access to a user's dashboard where they can see Webflow collection items relate...
Didn't find what you were looking for?
New post