Hi,
I need help in changing the headings of Sign In/ Register Tab
*This post is locked for comments
Hi,
I need help in changing the headings of Sign In/ Register Tab
*This post is locked for comments
Hi Aleem,
Try Content Snippet first, If still it does not work. Create a new Content Snippet (Account/SignIn/PageCopy) and Paste below code under Value(HTML) section.
<script>
changeHeader()
function changeHeader()
{
$('a:contains("Sign In")').text('Log In');
$('a:contains("Register")').text('Sign Up');
}
</script>
Mark this answer verified If it helps.
Cheers
Arpit
https://arpitmscrmhunt.blogspot.in
Follow the screenshot above
Hi Aleem,
I think that you will need to do this using jquery/dom manipulation.
There is a div element with id=content, which is the entire Sign In/Register Page.
This contains the tabs on top which are part of a ul element, containing 3 li elements.
The middle li element has an anchor, which is the Register Tab.
If you modify the inner text of the Register Tab, you should get the results that you are looking for.
You will need to do the same in the Sign In, Register and Invitation pages, since they are considered 3 different aspx pages in portals.
Hope this helps.
Hi Prashant,
Thank you for your help but I wish it was that simple, I've already skimmed through many forums but none of those answers to my question :(
Hi Aleem
here community.dynamics.com/.../258945
I thing as a portal admin, you just need to right click and change the label. The baove URL shall answer your query
Hi Prashant,
Thank you for your response but I am trying to rename the title, "Register" to "Sign Up"
André Arnaud de Cal... 291,735 Super User 2024 Season 2
Martin Dráb 230,466 Most Valuable Professional
nmaenpaa 101,156