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

Require additional fields after signature

Explorer ,
Mar 26, 2019 Mar 26, 2019

Is there a way to use a javascript to require additional fields after a signature field has been filled out?

I tried inserting the following javascript in the "This script executes when field is signed:"

this.getField("Fieldtoberequired").required;

TOPICS
Acrobat SDK and JavaScript , Windows
447
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

correct answers 1 Correct answer

Community Expert , Mar 26, 2019 Mar 26, 2019

Try this:

this.getField("Fieldtoberequired").required = true;

Translate
Community Expert ,
Mar 26, 2019 Mar 26, 2019
LATEST

Try this:

this.getField("Fieldtoberequired").required = true;

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