Field validation custom error message

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
rkopp01234
User
Posts: 23

Field validation custom error message

Post 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


MichaelG
User
Posts: 1110

Post by MichaelG »

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


rkopp01234
User
Posts: 23

Post 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!


Post Reply