I can't find any documentation about custom conditions ANYWHERE (typical!), other than the question mark in the setup ("Enter a script that must evaluate true/false to control whether this rule executes."). What exactly does the format of this have to be? I have the following entered:
document.getElementsByClassName('errorMessageContainer').length!=0
This evaluates to TRUE, but the rule is not firing. Does this need to include something else? I've tried various other ways and can't get anything to work. Anyone have any ideas?
Solved! Go to Solution.
Views
Replies
Total Likes
You have to use 'return' like you would in a javascript function.
Views
Replies
Total Likes
You have to use 'return' like you would in a javascript function.
Views
Replies
Total Likes
Well, I thought I had already tried this option and it hadn't worked...but now it is!
You need to put the full "if" in there and return true, not just a simple statement that evaluates as true.
Thanks!!
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies