I am using jquery validation plugin to validate a registration form.
Each text input field has instructions pre-filled as values in the input box
ex: for a
If you want to add a custom error message to it jus tuse this.
jQuery.validator.addMethod("defaultInvalid", function(value, element) { return !(element.value == element.defaultValue); }, 'Custom Error Message for this field');