Skip to main content
MaksDad07
Inspiring
March 26, 2019
Answered

Require additional fields after signature

  • March 26, 2019
  • 1 reply
  • 512 views

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;

This topic has been closed for replies.
Correct answer try67

Try this:

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

1 reply

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
March 26, 2019

Try this:

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