I am trying to setup logins and signup for 2 different kinds of members, and I don’t want them to see the same login or signup screens but I have only been able to create 1 login form on wix. Is it possible to have 2 custom login forms for a website?
Didn’t i already answer to this question?
To your question: Is it possible to have 2 custom login forms for a website?
Yes, you even can have multiple forms in different variations if you want.
How to achieve your wished functionality?
1) Give your members different → ROLES
2) Create different → CUSTOM-LOGIN-FORMS, either on normal pages or using a LIGHTBOX.
3) Generate CODE which would differ between each of the logged-in user-ROLES.
4) An simply if-else-query would decide, which LOGIN-FORM to be displayed on screen, after a certain user with it’s own specific user-role has logged in onto your site.
5) Is it a CUSTOMER → if(CUSTOMER){SHOW FORM-1}
6) Is it a VENDOR -----> else {SHOW FORM-2} and so on…
An similar example for all your wished functionality you will find here in this example! This example do not show you exact the wished functionality, but it shows you how to use roles.
Please observe the community guidelines and refrain from multiple posts on the same topic or question.
Your question was already answered in your previous post. To learn about programming with Velo, read the following articles that will help you start working with Velo:
-
About Velo by Wix - what Velo is and what features it has.
-
Getting Started with Velo by Wix - step-by-step tutorial on how to start using Velo.
-
Onboarding to Velo by Wix - introduction to Velo with short tutorials.
If you find that you are having difficulty with code and need assistance, you may want to check out the Wix Marketplace - it’s a place where you can look for Velo experts for hire.