Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Greg,With the workaround, is it possible to have a trigger that only fires on positive score changes? It doesn't look like you could say "Data Value Changes", New Value greater than {Previous Value} and that you could only choose a static number.I want my campaigns to start only when scores go up...
Thanks for investigating and filing a bug so quickly Ian. That workaround sounds like a good stopgap until this is fixed. We'll certainly give that a shot and let you know if we have any issues getting that to work.
The HTML generated by the form builder is invalid and therefore the labels for checkboxes aren't clickable by the user. This is also bad for accessibility.The mistake is that the for attribute of the label references the name of the target input instead of its id. It appears that the label for inpu...