Trigger guide from multiple elements with different CSS
We have 3 different buttons that can trigger a "publish" on our platform. These buttons look different and are on different pages of our app. How do I make each button trigger the same guide?
- I have tried looking into triggering by a button click, but I can only pick 1 element
- I have tried showing automatically but filtering by the segment "has pressed this button". I made that segment consist of pressing the feature "publish", which I define as the 3 button clicks. This doesn't seem to work. I assume it's because they're not part of the segment until the click happens and then it's too late to fire the tutorial.
1
Comments
What if you tried creating a feature tag with those three button clicks, and then making the guide appear after clicking the feature? Not sure if this logic is airtight
In the guide activation settings, if you select target element as the activation method, you can have multiple selectors as the trigger - separated by commas. Does that work?
Not sure if this is the place to ask, but can I trigger a guide appearing only when multiple different elements are present on a page? i.e. page title <h5> #1 is present and contains "x", and a different <h5> appears containing "y" ?
Please sign in to leave a comment.