I am using a reusable header with a login buttons for various social networks as well as email/password. When a user logs in (and it is successful), I would like the user to be redirected to a certain page. On certain pages, I would like the redirect not to happen. I have several different actions under the workflow for this reusable login element. Is there a way to consolidate the redirect logic so that I do not have to repeat it on each login method?
You can do in the workflow actions only when this url contains the name of the page this redirect happens.
This topic was automatically closed after 70 days. New replies are no longer allowed.