Open beauremus opened 7 years ago
Hi @beauremus. If I understand correctly, you could do this using a combination of jQuery validation's validator.addMethod function and a method that calls to the server to check the inputted value against some data from a collection. Does that make sense?
I need some time to dig into it but I think so.
I would like to validate the input of a form against the existence of common fields in another collection. Any suggestions on how to accomplish this?