Redirect to another page according to the category of the member.

I am making an E-commerce page for schools, what I need to do is in the registration form, add one more field to know which school is the member, this can be checkbox or list.

When the member registers I want that when the member logs in it will show logos, content, about the school, and shopping depends on which school the member registered with.

I wanted to know if someone can give me some idea how to do it, if someone helps me I will appreciate it!

hey!

You can build your own custom form for registering users where you can add as many fields as you want.
Check out an article on this:
https://support.wix.com/en/article/corvid-tutorial-creating-a-custom-registration-form-with-code

You can also look into building your own members area, it will be helpful since you want to have more customization options for your members and add custom functionality.
Check out our step by step guide:
https://support.wix.com/en/article/corvid-tutorial-building-your-own-members-area
and also the example:
https://www.wix.com/corvid/example/members-area

You can also create a page that displays items based on the currently logged-in user without using code.

Then when your users log in you can check a specific condition and based on that use wix location to redirect them to the page of your choice according to their category that you assign to them during registration.