Answered
I have a validation that I want to perform on 15 fields in a form. The validation is basically the same, with the only difference being which 3 fields are used for the validation. While I could put the script in for each field, it seems a better solution would be to call a common function, passing the value of the 3 fields I need, (OK, I just learned it should be 2 fields, and event.value, thank you , again, forumers!) My problem, though, is I don't know where to put this common function so it is stored in the PDF and called by my validation routine. I looked around, but must not be searching with the right terms. Can someone point me in the right direction?
Karl
[url=http://www.acrobatusers.com/tutorials/2007/07/js_document_scripts]Entering Document Scripts[/url] by Thom Parker
You could then call it as a custom validation with:
George Kaiser