Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

script executes when field is signed

New Here ,
Jul 17, 2017 Jul 17, 2017

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

TOPICS
Acrobat SDK and JavaScript , Windows
1.6K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 17, 2017 Jul 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"});

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 03, 2022 Aug 03, 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!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 03, 2022 Aug 03, 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 03, 2022 Aug 03, 2022
LATEST
I tried a lot. But couldn't find the desired results.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines