Redirect to another page after login, depending on the User Level ID

Hello everyone,I would like that depending on the user level, when logging in, it redirects them to a page.For example:
UserLevelID = 1-> PageA.php (Page created by phpmaker from a DB table).
UserLevelID = 2-> PageB.php (Page created by phpmaker from a DB table)
Etc.Thank you very much for your help.

You may use Page_Redirecting server event of the Login page to check the user level by CurrentUserLevel() and set the URL.

Thank you, I didn’t know that this event exist haha