Page 1 of 1

Field validation custom error message

Posted: Sat Jul 08, 2023 12:20 am
by rkopp01234

Hi there,

I am using field validation with an Regular expression.

How can I customize the error message when a user enter the wrong values. I entered a custom error message in the field: "Error message" below "Arguments (client-side), however this is ignored. I only get the standard system error message "Incorrect field value"

Thanks


Re: Field validation custom error message

Posted: Sat Jul 08, 2023 7:52 am
by MichaelG

You can put your custom validation error message for the field in:
https://aspnetmaker.dev/docs/#/fieldset ... dit-search


Re: Field validation custom error message

Posted: Sat Jul 08, 2023 12:47 pm
by rkopp01234

I read through the instructioned you referred to.
We are using the Multi Language property Editor. I entered the custom error message under "Field Error Message" in the Multi Language Propeerty Editorfor the relevant field.
However I am still getting the default error message "Incorrect fied value" when validating.

Thanks!