I've edited a PDF so that when the user mouses-over a given area on a page in the PDF, a colored field appears with a text message. I accomplished this by creating a hidden text field that holds the colored field and text message, and then superimposing an invisible button on top of the field that causes the hiddent text field to become visible when the cursor is placed on top of the button. This works perfectly.
However, if the user clicks on the button, the following dialog window appears:
============================
Cannot Save Form Information
Please Note: You cannot save a completed copy of this form on your computer
If you would like a copy for your records, please fill it in and print it.
[] don't show again
[close]
============================
Even after closing, this warning message remains on a purplish status bar at the top of the main viewing window--ick!
How can I suppress this warning message? I just want the text field to display without any prompts for the user.
Many thanks,
~~Tom
George Kaiser