Hello,
I would like to know how I can remove the checkbox that is located on the Invitation Redemption page on a dynamics portal
picture for reference
*This post is locked for comments
Hello,
I would like to know how I can remove the checkbox that is located on the Invitation Redemption page on a dynamics portal
picture for reference
*This post is locked for comments
Hi,
Answer should be in the following post by Arpit Shrivastava: community.dynamics.com/.../268556
Create a new Content Snippet - Account/RedeemInvitation/PageCopy and [paste below code:
<script>
$(window).load(function() {
$('.checkbox').hide();
});
</script>
André Arnaud de Cal... 291,711 Super User 2024 Season 2
Martin Dráb 230,458 Most Valuable Professional
nmaenpaa 101,156