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?