question

TammyTran-9681 avatar image
0 Votes"
TammyTran-9681 asked TammyTran-9681 commented

Azure B2C - Can not adjust the order of Email attribue in Sign-up page

Hello,

I am doing the project related to Azure B2C AD, wherein the Email-address field needs to be moved down in the Sign-up page . The order should be First Name, Last Name, Email address, Password, Confirm password.

However, after I moved down Email address and clicked Save, the Email address attribute is auto moved to the top as default.

Is there anybody having the same issue with me ? Could you give me some suggestions to solve this issue. Thank you

azure-ad-b2c
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

amanpreetsingh-msft avatar image
1 Vote"
amanpreetsingh-msft answered TammyTran-9681 commented

Hi @TammyTran-9681 • Thank you for reaching out.

Using Azure AD B2C portal, you can reorder other attributes but not Email Address. You may post a feedback at the Feedback Portal, which is monitored by the product team for product enhancements.

However, as of now, you can work with the front-end developers, as it requires customization using HTML/CSS. In your custom CSS, you can configure below settings:

  • label[for=email] --> for customization of email attribute Heading/Label

  • input#email --> for customization of Textbox for the email attribute Value.

Once you have your HTML/CSS ready, upload it to a publicly accessible storage (e.g. Azure Storage Blob) and update custom page uri on page layout blade as shown below:

124287-image.png


Please "Accept the answer" if the information helped you. This will help us and others in the community as well.


image.png (18.1 KiB)
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Thank you @amanpreetsingh-msft for your prompt response and detailed instruction.

Personally, I think it is kinda confused when the "Email Address" attribute is still enabled for user to reorder in Azure Portal. But anyway, thank you again for your answer .

0 Votes 0 ·