How to implement passwordless signup in Webflow using Memberstack for a waitlist app? Answered
Hi,
Is it possible to integrate memberstack with webflow designer app? I'm trying to develop an app but I need to be able to have the user loggedin before they can use the app.
Thanks in advance!
Comments
10 comments
Hey ezly L'kana
Great question! We have not been able to successfully add auth to a webflow designer app. We tried doing something similar with our webflow designer app but the api wouldn't let us. if you do get it to work please share!
Hi Memberstack Team,
... Assistance Needed with Webflow + Memberstack Passwordless Signup Integration
I’m trying to set up a passwordless sign-up process in Webflow. My goal is to collect an email on the home page, create a Memberstack account, and redirect users to a waitlist form (/waitlist) for additional onboarding data.
I’ve connected the correct free plan, but I’m still facing issues:
Could you guide me on resolving this?
Thank you,
Chris
Hi Chris,
The easiest way to diagnose your problem is if you can share your published site so any of us can review what errors appear to you.
Also, have you tried copy and paste Memberstack official Webflow components? https://www.memberstack.com/features/passwordless-logins they should work right away when you implement them in Webflow.
thank you Raquel Lopez
https://www.theprivateclubs.com/
Password: Invited
The webflow.io page - https://theprivateclubs.webflow.io/
You will see from the flow... I'm trying to use the home page to capture the users email. then add it to memberstack to create a record... then take the user to the /waitlist page to complete additional profile information... all of which the user will be on a free plan called: waitlist.
Additonally created login and signup pages here: www.theprivateclubs.com/login
these login page would be reserved for users who have paid for memebrship and then login to the user dashboard.
The error i get in webflow is: Ensure the data-ms-form="signup" is applied directly to the <form> element.
If possible, I would like to use my flow, as it feels easy for the user to commit at each stage of request.
data-ms-form attribute should always be in a form element. Should be inside this component. Should have data-ms-form="passwordless-signup"
data-ms-member="email"I was thinking of the following flow:
Or perhaps i'm over complicating.
and the first email/newsletter should be the passwordless as you suggested... followed by onboarding questions.
reason being, I am gating my website based on free and paid members.
Waitlist = FREE membership
Paid = PAID membership
Ok, you should redirect your recently signed up users to /onboarding page. It's not overcomplicating. Many people do this.
So, in the memberstack dashboard there are some rules you can set to redirect your users per plan or by default rules (no plans)
Reference docs: https://docs.memberstack.com/hc/en-us/articles/7384608370715-Default-Redirects-Plan-Redirects-Signup-Login-Logout
yeah, maybe i'll use this as the first page user visit when landing on my site:
https://www.theprivateclubs.com/get-started
that way I can capture the email, and then send them to onboarding afterwards.
I really appreciate your help on guiding me Raquel Lopez thank you so much!
Assistance with Multi-Step Onboarding Form and Data Mapping
I’m currently facing an issue with mapping form data to Memberstack profiles in a multi-step onboarding flow. Here’s what I’m trying to achieve:
Any guidance or advice on how to resolve this would be greatly appreciated!
Thanks in advance for your help.
You should use data-ms-form="profile" in the form that updates custom fields. Did you check you are using the right attribute?
giving this a go now. thank you :)
Please sign in to leave a comment.