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

creating field to log each time a user edits/saves the fillable document

New Here ,
Jan 11, 2019 Jan 11, 2019

Copy link to clipboard

Copied

Is it possible to code a field to log each time a user saves changes or edits the fillable form?

TOPICS
Acrobat SDK and JavaScript , Windows

Views

279

Translate

Translate

Report

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

correct answers 1 Correct answer

Community Expert , Jan 11, 2019 Jan 11, 2019

Yes, you can create a (hidden) text field with a custom calculation script that will update its own value each time the value of one of the other fields is changed. Note that it won't update if the user makes other changes, like adding, editing or deleting comments, for example.

Votes

Translate

Translate
Community Expert ,
Jan 11, 2019 Jan 11, 2019

Copy link to clipboard

Copied

What kind of changes or edits?

Votes

Translate

Translate

Report

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 ,
Jan 11, 2019 Jan 11, 2019

Copy link to clipboard

Copied

Yes, you can create a (hidden) text field with a custom calculation script that will update its own value each time the value of one of the other fields is changed. Note that it won't update if the user makes other changes, like adding, editing or deleting comments, for example.

Votes

Translate

Translate

Report

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 ,
Jan 14, 2019 Jan 14, 2019

Copy link to clipboard

Copied

LATEST

Thank you for the responses. 

Votes

Translate

Translate

Report

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