I have created a form in acrobat, where I have date field specified from the properties dialog box, so that it is limited to 10 characters and that the format is a custom format of dd/mm/yyyy. So, once the user types it in the wrong format, they get an "alert message". This is all done automatically from the properties dialog box, as you all know.
Now, If I want to change the "alert" text to french, how do I go about doing it? I'm assuming I have to put in custom validation javascript? Can anyone help me with this script? I've got no javascript experience at all and would appreciate your help!
However, there is a way around it, by creating your own validation method, based on those embedded in Acrobat.
For example, I've created the following function that can be used to validate a Date field (you can place it at the doc-level).
- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com