I'm using the validation plugin and I have a custom function in the SubmitHandler to run some future-date validation that's not available through the validation plugin.
This is working great, but currently I use an alert to notify the user of an invalid date. Is there a way for me to instead call a message from the validation plugin?