Answered
Clicking NO should not open the Print Box
- September 18, 2021
- 5 replies
- 1193 views
SEE ATTACHED IMAGE
When you click "Print" a "Message" pops up saying "Did
you check the form" YES or NO. If you click YES the
Print Box pops up as it should. If you click NO the Message box
should close and the Print box should not pop up but it does. How do I stop it from opening when clicking NO?
This is the Javascript I am using now:
if (app.alert("Have you checked and saved the form?",2,2)==4);
ATTACHED IMAGE
