I tried using the "O" parameter to allow only alpha-numeric input, but it appears to require the number of characters to match the number of "O"s.
For this application, I can live with allowing only alpha-numeric (if the number of characters is not restricted). The specific request is to disallow the "." character (period).
Have a look at Thom Parker's [url=http://www.acrobatusers.com/tutorials/text-matching-regular-expressions]Text matching with regular expressions[/url]. You can reject the '.' in the custom keystroke or edit it out of the filed with the custom format.
Do you want to limit to only numbers or alphabetical characters or specify only certain characters?
If you want to limit to certain specific characters, you will need to write custom code for the keystroke using the RegExp object.
George Kaiser