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

Require additional fields after signature

Explorer ,
Mar 26, 2019 Mar 26, 2019

Copy link to clipboard

Copied

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

Views

288

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 , Mar 26, 2019 Mar 26, 2019

Try this:

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

Votes

Translate

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

Copy link to clipboard

Copied

LATEST

Try this:

this.getField("Fieldtoberequired").required = 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