Required Custom Error Messages

Currently, I have some fields on my page that have the JSON attribute set as true.

“required”: true

Is there a way to overwrite the error message for when a value is no entered in one of those fields. Right now, it displays a message such as “This field is required”. I would like to change the message to only say “Required”. Is there a way to do this?

@delfs Any good ideas for this one?

Sorry for the slow reply, missed this one.

You can use a custom validator and then set the message to your choosing, search the examples for custom validator.