Skip to main content
pedroh47608766
Participant
July 17, 2017
Question

script executes when field is signed

  • July 17, 2017
  • 2 replies
  • 1735 views

I'm trying to create a work flow "pop up" when my form is signed... i.e. once signed, a popup will then direct the user to email the form to the next person for signature... I've tried several scripts...does anyone have one that will work

thank you

This topic has been closed for replies.

2 replies

Participant
August 3, 2022

Hello,

I'm trying to create a work flow "pop up" when my form is signed... i.e. once signed, a popup will show that (you can save this pdf with abc name and xyz location) I've tried several scripts...does anyone have one that will work

I mean,

If the document get signed, a saving script should activate with following functions:

• There should be suggestion for the file name, but the user needs the option to change the suggestion before saving

 

• Save in a specific folder/path (changeable in the Coding of the Script)  And The user can change the path the document gets saved.

 

thank you!

try67
Community Expert
Community Expert
August 3, 2022

You can do it, but the second part will require installing a script on the local machine of each user.

However, your script will only execute after the signature has been applied and the file has been saved by the user, so it will be a bit confusing for them, I think.

Participant
August 3, 2022
I tried a lot. But couldn't find the desired results.
try67
Community Expert
Community Expert
July 17, 2017

Are you using a Digital Signature field? If so, go to its Properties, Signed tab, and under the Custom Script option enter something like this:

this.mailDoc({cTo: "otherperson@server.com", cSubject: "Please sign this form"});