Question
Deleting Pages
If a box is ticked, I want the last 2 pages of the form deleted.
I have used the script;
this.deletePages(0,3)
This works and deletes the first 4 pages but when I alter it to delete the last 2 it doesn't work.
Form is 7 pages long so I did (7,8).
Any help to what I am doing wrong would be great. Thanks