How to hide fields on registration form of Dynamics Portal

569 views Asked by At

I need to hide Email on dynamics portal registration form. As highlighted below. I couldn't find any possibility of achieving this. So please help me to hide or at least make the Email disable? enter image description here

1

There are 1 answers

0
Arun Vinoth-Precog Tech - MVP On

You have to write Javascript to hide/disable the Email field, as there is no OOB way to configure/customize their registration/sign form. This thread and blogger explains about it. It is basically DOM manipulation.

Create a Content Snippet record (Portal > Content Snippet >New) with below details:

Name : Account/Register/PageCopy

Website :

Type : Html

Value: write your own HTML/DOM/JQuery code to add your custom controls and perform validations.

From this community thread, you can hide the Azure AD option by following this step:

for hiding azure you can change a settings under the "Portal Settings" entity

Change the record: Authentication/Registration/AzureADLoginEnabled value to False