Hello,
I have a pdf in Acrobat 9 Pro. I've converted it to a web form which is called from, and submits to a cold fusion application for processing. That all works fine.
Now, I'm trying to put some client-side validation in place. I double click the text input field (e.g. email), click on the Validate tab, and under "Run custom validation script", I enter something as simply as:
alert("test");
Then I try submitting the form with input in that field and without input. The custom Validation script never fires the pop-up.
Can anyone point me to a simple example for making this work?
Thank you very much.
The Acrobat documentation will also explain about the 'rc', return code, property of the event object.
George Kaiser