- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2023 03:28 AM
Hello, I have Instance with Link Widget on portal that take me to other page. now I want to check if the user is logged in and then I want to route them to the page.
if the user is not logged in I want to take to login page once the widget clicked.
and this is how it looks like in portal
is it possible to do that ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2023 11:43 PM
Fixed it, Cloned the widget and change the server side script. checked if there some is logged in and based on that I redirect.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2023 03:30 AM
This seems to be a default behaviour, if in case any users who have not logged in he will be redirected by default to login page.
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2023 03:33 AM
Hey, this is the default page with out login
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2023 11:43 PM
Fixed it, Cloned the widget and change the server side script. checked if there some is logged in and based on that I redirect.