What\'s the best way to trigger errors on elements for server-side validation errors that come back after the form passes the initial client-side validation?
$(\
I think I figured it out from the documentation of Validator/showErrors
var validator = $("#contact_form").validate(); validator.showErrors({"state": "Bad state."});