How to target activate resource center using 2 or more unique HTML attribute IDs?
I have a product requirement to launch Resource Center based off a target element ID not on the entire site. (this is a single page application)
our developers added unique attribute id's located on differet views that load ontop of each other
- pendo-id="value 1" and pendo-id="value 2"
ISSUE
- Pendo Resource center is only activating based on my 1st ID not the 2nd ID?
My target element is set like so using comma
[ pendo-id="value 1"], [pendo-id="value 2"]
Any suggestions to resolve this so RC will acitvate based on 1 or 2 id being clicked.
0
Comments
Isidore Gotto I think it might work if you get rid of the comma, so it would just be:
#value1#value2
@... that didn't work, it now does not load for both targets.
Isidore Gotto can you try adding those two as separate rules in the feature details page?
Please sign in to leave a comment.