How to do pre user registration redirect?
I want to get some additional fields when users Sign Up using a custom signup page. So I must redirect to the signup page when a new user tries to sign up.
But I am only able to redirect in the login flow.
Or is there any other way to do this?
Thank You.