Exiting Fillable PDF Without Saving Form
I have a fillable PDF form with a button labeled "EXIT." When that button is pressed, I want to clear the form, close the file, and NOT attempt to save the file. I'm close to making this work, but I get 2 messages/prompts that I'd like to bypass. The first prompt is "Since one of the action results in closing a doc, the rest of the action will not be executed. Do you want to continue?" I always answer "Yes," so I'd like to skip this step. Next, I'm asked "Do you want to save changes to ... before closing?" Again, I always answer "Yes" and want to skip this step. I'm pretty sure the Javascript would help me, but I'm a novice. I think I just need the code to enter into my EXIT button steps.
