Answered
How to stop save option
I have a close button on a fillable form, When I want to close my form before closing " Save message" comes, I dont want save message on pressing close button,
Is there any solution please?
I have a close button on a fillable form, When I want to close my form before closing " Save message" comes, I dont want save message on pressing close button,
Is there any solution please?
Close the file using this script:
this.closeDoc(true);
Of course, any changes made to the file will be lost...
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.