Hi All,
Can someone please help me to customise the Custom Portal Registration Page.
I went through a very good article of Arpit (http://arpitmscrmhunt.blogspot.com/2017/12/customise-registration-page-in-crm.html)
Where it says to change the look and field of Registration page but I am not been able to change it.
I create the the following code snippet and paste the following code under Account/Register/PageCopy
$("#ContentContainer_MainContent_MainContent_SecureRegister").css({"background-color": "antiquewhite", "border-style": "groove", "border-radius": "18px", "width": "90%", "margin-left": "auto", "margin-right": "auto", "padding": "18px", "box-shadow":"5px 11px 47px black","margin-top":"-15px"});
Also I would like to hide Register Using and external account and AzureAD button
Below find the screen shots
Can someone help on this?
Many Thanks