Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

Hide "I have an Existing Account" on Redeem invitation Page on CRM Portal

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi All,

I have to Hide "I have an Existing Account" on Redeem invitation Page on CRM Portal.
I am not finding any page for this.

Please help

Thanks,

*This post is locked for comments

  • Suggested answer
    Mark_Dowell Profile Picture
    Mark_Dowell 95 on at
    RE: Hide "I have an Existing Account" on Redeem invitation Page on CRM Portal

    First, you need to create a new Content Snippet - Account/RedeemInvitation/PageCopy

    Then paste the below code as Html content:

    <style>

       .checkbox {

           display: none;

       }

    </style>

    In my opinion, this works better than using javascript.  By setting a style, the control is hidden from the moment it is added to the page.  

    I found that when I used javascript the control appeared for a moment before it was hidden.

  • thomaspayne Profile Picture
    thomaspayne 75 on at
    RE: Hide "I have an Existing Account" on Redeem invitation Page on CRM Portal

    Thanks, very useful

  • Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: Hide "I have an Existing Account" on Redeem invitation Page on CRM Portal

    I have tried this solution but it does not seem to work for me.

    This solution does work perfectly for me now. 

  • Verified answer
    Arpit Shrivastava Profile Picture
    Arpit Shrivastava 7,518 User Group Leader on at
    RE: Hide "I have an Existing Account" on Redeem invitation Page on CRM Portal

    Hi Rohini,

    Create a new Content Snippet - Account/RedeemInvitation/PageCopy and [paste below code:

    <script>
    $(window).load(function() {
    $('.checkbox').hide();
    });
    </script>

    774327.Capture.PNG

    Cheers
    Arpit
    https://arpitmscrmhunt.blogspot.in

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Vahid Ghafarpour – Community Spotlight

We are excited to recognize Vahid Ghafarpour as our February 2025 Community…

Tip: Become a User Group leader!

Join the ranks of valued community UG leaders

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,494 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,305 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans