Hello, i have a table for clients and a field
Field(' client_contacts ',requires=IS_IN_DB(db,'auth_user.id
','auth_user.email'))this way in admin when i populate a record i can only select one user from auth_user. *What if i want to select multiple users at once?* thank you

