Is it possible to create a custom sign up page for students AND teachers?
How would I begin?
The problem I’m running in to is; you cannot add a new member sign up page under the member sign up folder, shown in the photo below.
Is it possible to create a custom sign up page for students AND teachers?
How would I begin?
The problem I’m running in to is; you cannot add a new member sign up page under the member sign up folder, shown in the photo below.
You can only have the one choice of Wix signup form from either default, custom or corvid.
https://support.wix.com/en/article/about-the-member-signup-form
Plus, you can’t set the user role through code, you can only set that manually currently, so you will need to define the user role before the user can do anything else.
https://support.wix.com/en/article/creating-member-roles-6943237
https://support.wix.com/en/article/managing-your-member-roles
https://support.wix.com/en/article/limiting-pages-on-your-site-to-specific-members-member-roles
Then once the user has their role defined and not just member, you can then look at having seperate logins for site members with teacher roles and student roles as you can check their user role when they log themselves in or simply check their role if they are already logged in by using the Wix Users API.
https://www.wix.com/corvid/reference/wix-users.html
https://www.wix.com/corvid/reference/wix-users-backend.html