Hi,
Ihave installed field validation as well as this module. Title field is required, if it is left empty, error message is shown using this module.
However, if I setup any additional rule, like special character or word count, it gets validated only after submission. No keyup validation or anything.
Any way to work around this?
Thank you

Comments

attiks’s picture

If you say "Title field", do you mean https://www.drupal.org/project/title

loparr’s picture

I mean normal node title. I do not use any additional module for title.
I have field validate module installed. Using this module I set up to check if title has more than 3 words.
Field validation works ok after submitting, but clientside validation does not fire.