- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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;
Views
Replies
0 Likes
Total Likes