I'm working on azure AD b2c custom policies, i'm not an expert. I have created signup page using starter pack and added a new text field to it. Now i want to split the sign up screen into two.
First page: Will have Some fields like Name, Given Name etc. and continue button. When i click the button it should show the Second page.
Second page: Will contain the rest of the fields in the form and create button. When clicks Create it create the user.
How can i achieve this? Please help