1
votes

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

1

1 Answers

1
votes

You create two self-asserted pages.

You can control the buttons by e.g. "setting.showContinueButton".

You then have two steps in your user journey, one for each self-asserted page.