Hi,
I know how to set Weweb variable from Javascript and how to call Workflow. But can somebody tell me how to trigger Popup?
Thank you
I know how to set Weweb variable from Javascript and how to call Workflow. But can somebody tell me how to trigger Popup?
Thank you
Hey - pretty easy: Define a global workflow that opens the popup. Within JS you trigger the workflow - the workflow opens the popup. (Open Popup is the workflow action)
Hi,
Really pretty simple
Thank you very much.