Add the ability to detect if fields in form submissions contain exact matches or words/phrases.
Use Case:
Every time a contact fills out our pre-qualification form, there are 3 fields that we review to see what kind of newsletters to send them, and then tag them. For example, if the contact replies that they are looking for a product about anti-aging, we tag them "anti-aging".
It would be incredibly useful to have an if statement which would be something like:
If [field] contains/exact match "keyword", add tag "tag name"