How to remove response summary on csp portal for non-login user
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-04-2025 10:58 PM
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-04-2025 11:21 PM
In the "Page Designer", find the Response Summary widget/container.
Use the window.NOW.user_id or sp.isLoggedIn() (if custom widget) and Set condition like :
if (!$root.user.loggedIn) return false;
and check please
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-04-2025 11:32 PM
Can you please explain it in brief?