The module works very well. Many thanks for it.
However it doesn't seem to trigger the "jquery processed error" display on document ready.
Example: when creating new user, if I enter an existing email, the page doesn't validate on the server side (normal). However the error is displayed as a regular Drupal message. Is it possible to have it displayed as a "jquery processed error"?
Thanks
Laurent
Comments
Comment #1
attiks commentedTurning this into a feature request since it ain't easy, the validator does not know if this is an error or not, so we need to figure out how we can hook into it, move the ones we care about to clientside_validation and show them in the right place.
Comment #2
attiks commentedComment #3
jelle_sFixed in the latest dev. There's a new submodule (Clientside Validation IFE) that requires the Inline Form Errors (IFE) module.
In the settings of IFE you need to set the display settings to "Show error messages through Clientside Validation" in order for it to work.
The server side error messages should then be displayed the same as the error messages generated by Clientside Validation.