I have a multi-line field that uses a lookup rule to present a drop-down list to the user. Here's the issue, even though there is a drop-down list to choose from, users are still keying in whatever they want. This is not a required field, however, I would like it to be required that they choose from the drop-down list and not key in random text. Is there a way to validate the data in the field is actually an item on the list. If it is not, it throws an error!
I know I can put text before or after to tell them this, but forcing would be so much better.