Expand my Community achievements bar.

Remove / Replace the title of validation message

Avatar

Former Community Member

Hi ,

I am using the validation pattern to vlaidate the date field. While displaying validation message I can able to see the validation title  as "Adobe Reader" . Is there any way to change the title ?

Thanks

Dhiyane

3 Replies

Avatar

Level 10

Not that I know of.

Unless you script your validations and then you can use xfa.host.messageBox(), but then you get the "Warning Javascript Window" in the title as well as whatever else you want.

Avatar

Level 10

Hi,

There is a way of changing the warning in the title, but only for custom dialogs I believe.

http://forums.adobe.com/message/3714841#3714841

Avatar

Former Community Member

So we cannot change/remove the title of validation message 

1. if validation pattern used

2. Warning Javascript cannot be removed when JS used for validation.

But we can create own title and the message if we use custom dialogs for validation.