I have created a form for people to fill out. Once it has been filled out and the user presses the print button i want a warning dialogue to pop-up and remind them that once they print the form they cannot change it if they then close Adobe Reader.
I would like there to be Yes & NO buttons in the dialogue insted of the default OK and Cancel - The Yes button would simply mean "yes, i would like to continue printing" and the No button would mean "no, i would like to go back and check the document (cancelling the printing process)".
Can anyone help? I already have the caption of what I would like to say, I just need help with the JavaScript for the two buttons.
The return value tells you which button the user pressed, so have your code check it and proceed accordingly.