Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

is it possible to use multiple selectors in the Element Tag or Selector(Event based rule)

Avatar

Level 4

Hi,

Is there a way to use multiple selectors in the element tag or selector for eg: body a,body input .will this work in event based rule? if not, can anyone tell me the example on how to write custom javascript function to check if body a or body input to execute the rule?

1 Accepted Solution

Avatar

Correct answer by
Level 7

It should work, this is how I do field level tracking in forms. You might need to leave the body out and do a,input etc

View solution in original post

2 Replies

Avatar

Correct answer by
Level 7

It should work, this is how I do field level tracking in forms. You might need to leave the body out and do a,input etc

Avatar

Level 4

Thanks for the prompt reply. Let me try this.