I’m using the wix default login at the moment because I want users to be able to log in through Facebook. I was wondering if there is way to redirect to a specific page when users log in through the default setup. The only answers I can find are related to custom log in pages.
1 Like
Hi.
It is not possible to redirect another page on login for the inbuilt login page. However, if you implement custom login then you will be able to do this using onLogin and wixLocation. to() .
If you have any further questions regarding inbuilt login, please reach out to Wix Customer Support . They will be of great help. This forum is only for code related issues and discussions.
Good luck!