I'm not sure this is possible, but wanted to ask.
In several forms, we have a Single Line field tied to a Lookup Rule listing all of our users. This allows the person filling out the form to select the person who the form should be routed to from the list that displays when they activate that field. We use a Single Line field for this instead of a Drop-down field because with Single Line, the choice list narrows based on what the user types into that field.
As an example, if I type "John" into the field, the choice selection narrows to show me both "John Smith" and "Mary Johnson." With close to 3,000 users on the list, this is an important feature, as it gives the user to ability to search by either first or last name. (with a Drop-down field, typing "John" would just move the user to the Js on the list, which we have sorted by last name - not nearly as nice)
Here's my question:
Is it possible to force the user to select the name from the list instead of just typing something into that field that doesn't match anything from the lookup?
To continue my example, if the user types "John" it narrows the list to anyone with "John" in their name, but if the user types "Johnxyz" there is no match. Since we're using these fields for form/process routing, the process will suspend if this happens. We do use helper text, and we do have alerts to let us know when a process suspends so we can reassign manually, but it would be helpful to restrict the users so they are required to select the name from the list.
Again, I'm not sure if this is possible, but it would be GREAT if we could make this happen!