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

Adding automatic date to PDF that autofills when form is manipulated

Community Beginner ,
Sep 10, 2020 Sep 10, 2020

Copy link to clipboard

Copied

My client needs a PDF to update the date only if the PDF form is manipulated. If a viewer simply opens the form and and doesnt manipulate any fields, then the date would not change. But if they fill out the form in any way, then the date when update automatically and be locked so user cannot backfill the date.

 

I have found posts about having a PDF automatically update the date when opened, but this is not what I need. 

TOPICS
Create PDFs , Edit and convert PDFs , How to , PDF forms

Views

150

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 ,
Sep 10, 2020 Sep 10, 2020

Copy link to clipboard

Copied

LATEST

Use this code in the field's custom Calculation script:

 

event.value = util.printd("mm/dd/yyyy", new Date());

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