Is there an easy way to remove the Sign Up Link from a custom portal without turning it off for all portals?
Page 1 / 1
This would make a lot of sense as we are managing multiple products with different levels of need
Hi,
It is possible to remove this using the portal customisation feature available in the Estate plan and above. You can navigate to the portal settings under Admin -> Portals section. You can add this javascript code in the respective portal page ( Layout&Pages -> Portal Header section ) .
<script type="text/javascript">
jQuery("a[href$='signup']").hide();
</script>
Cheers!
Sign in to the Community
No account yet? Create an account.
Social Login
Login for Freshworks Employees Login with LinkedInor sign up below
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.