Avatar

Correct answer by
Level 10

It's correct that the save dialog appears, because after signing the form, you're changing the value of "sig1" which makes the form dirty again. You can suppress the save as with the following script.

 

event.target.dirty = false;

 

View solution in original post