is it possible to use multiple selectors in the Element Tag or Selector(Event based rule) | Community
Skip to main content
Level 3
November 1, 2016
Solved

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

  • November 1, 2016
  • 2 replies
  • 2932 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by andrew_r-GrfLbX

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

2 replies

andrew_r-GrfLbX
andrew_r-GrfLbXAccepted solution
Level 5
November 1, 2016

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

m_1985Author
Level 3
November 1, 2016

Thanks for the prompt reply. Let me try this.