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?