I'm using the Labelify plugin to have a light grey label inside my text fields. The plugin uses the title attribute for the inside text. I'm also using the Validation plugin for validating that particular field.
When the validation fails, the validator produces an error, which it gets from the title attribute of that field as well. How would I make a custom error for that field rather than it automatically taking the title attribute?