Hi all! I’m working with a site that has been built with Elementor. I would like to collect specific click events from the site. For some elements like buttons I got it right. If the user clicks anywhere inside the button tag will be fired.
My problem is that with some elements for example expandable textbox, it is not working. I’ve tried different combination for trigger conditions. Closest I can get with:
I wondered is some how possible to add multiple class name in to event conditions? I think another way would be possibility to add conditions with OR operator. Currently it seems that only AND operator is possible.