How to configure Webflow passwordless authentication to handle both signup and login with the same form? Answered
Hi, I am looking to use the same form as a sign up / login. Passwordless.
I have the sign up form and it works perfectly, but when logging in, it says this account is already taken.
What custom attribute do I need before it starts treating sign up / login?
Just send the verification code and let people view members only content.
Comments
3 comments
Hey Sajwal Pageni, you could clone this passwordless login component and have it under the login tab if you want to have both login and signup forms on the same page. You probably can't use the signup form for passwordless login purposes, but you could have something simple like 2-tab layout shown here.
Ahh okay, thank you!
do you know what's the webflow config to hide a element from people logged in?
Welcome 😇
You can use the custom attribute data-ms-content=!members on the element that you want to hide from logged in users.
Please sign in to leave a comment.