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

Check box once document is signed

Explorer ,
Apr 20, 2021 Apr 20, 2021

Copy link to clipboard

Copied

I work at a financial insitution and we have to have all of our new membership applications approved. On our document we have a section where we need to sign off that it was reviewed, and there is also a checkbox that needs to be checked. Is there a way for the box to be checked once the document is signed?

 

The checkbox is named "Checkbox25" and the signature field is "CU_APPROVAL"

defaultrfjue3aoi30b_0-1618932199286.png

 

TOPICS
Create PDFs , Edit and convert PDFs , General troubleshooting , How to , JavaScript , PDF forms , Security digital signatures and esignatures

Views

381

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 , Apr 20, 2021 Apr 20, 2021

In sign field properties, under 'signed' tab, check 'this script executes when field is signed' end input this code:

this.getField("Checkbox25").checkThisBox(0,true);

Votes

Translate

Translate
Community Expert ,
Apr 20, 2021 Apr 20, 2021

Copy link to clipboard

Copied

In sign field properties, under 'signed' tab, check 'this script executes when field is signed' end input this code:

this.getField("Checkbox25").checkThisBox(0,true);

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
Explorer ,
Apr 20, 2021 Apr 20, 2021

Copy link to clipboard

Copied

LATEST

Ah! Perfect it works! Thank you so much!

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