I'm using Form Builder. On one specific form I want the first field to be completed by the user to be a must-match to one of the 'clients', i.e. what they enter must match one of a pre-defined list of clients, otherwise they are prompted to correct it and can't progress until they do.
This is to prevent entries being lost, because if they have a typo in the client name then that client won't find the form in their list when they login.
I could make it a dropdown list so they could only select from vallid clients. However, that would mean that everyone would be able to see the list of clients, which is not desirable.
The only other way I've though of so far is to create a new passworded directory for each client and put a copy of the form in each, with the client field pre-completed and not editable. That's clumsy though as each client would have to tell applicants the username & password for their own directory.
This is to prevent entries being lost, because if they have a typo in the client name then that client won't find the form in their list when they login.
I could make it a dropdown list so they could only select from vallid clients. However, that would mean that everyone would be able to see the list of clients, which is not desirable.
The only other way I've though of so far is to create a new passworded directory for each client and put a copy of the form in each, with the client field pre-completed and not editable. That's clumsy though as each client would have to tell applicants the username & password for their own directory.