Workflow for redirect to login pop up?

Hello,

I have a workflow that shows a popup for some info display. However, I want it to show up only when the user is logged in. If the user isn’t logged in, I want the system to 1st show login popup (part of header)-> login/sign/up and then show the popup for info display.

I can’t figure out the login workflow if the user isn’t logged and then the redirection. Any help is appreciated.

Thanks!

In the workflows tab use this event and then build the necessary actions for what you want accomplished

image

2 Likes

Hi Carlos, thanks for responding.
Not sure i understand. I want to prompt only when user presses a button and not logged in. Why should I prompt for login when page is loaded?

I understood something else.

What you ask then can be done like this:

1 Like

Did that but it doesn’t show the popup for login.
I tried adding the show popup for login but it doesnt show up as its part of reusable header. Is there a better way than simply creating another hidden login popup on the page?

That condition is … a condition … it is not an action

After that condition is passed (if the user is logged in) then the popup will be shown if you are using the action to show the popup

image

1 Like