So there is Call to Actions in many pages in my app. So I want to create a workflow that the first step, before running the other steps, is to display the sign-up/login pop up.
BUT
I cant display an element that it’s not native from that group
Hi, @martin2 why you dont use pop-up sign-up/log-in instead of page?
You can create an reusable element, and then drag it to every page.
After that you will be able to show that pop-up from workflows (Element->Show Then select the pop-up you dragged in the page).
PD: why you want to show sign-login popup in every page?? I think its bit harrasing (at least for me) log-in in each page.
@yusaney1 hello there, just wondering, I’m tryin to make a workflor that
“when the user is not logged in” display the log in pop up.
But, i do have another workflow that runs when the button is clickable (it’s clickable not when you haven’t filled the forms)
If i make the button clickable, in order to show the the pop up for unlogged users, it runs the whole workflow, as it displays the pop up (this can’t be, I need to attach a user to the workflow)