Skip to main content
New Participant
June 8, 2019
Question

Validator JS does not show up in the web form yet shows up in Preview

  • June 8, 2019
  • 1 reply
  • 420 views

All my JSs are working when I check them in preview mode yet, when I export from the acrobat DC to a PDF and then ship it to the web form:

https://api.na2.echosign.com/api/rest/v5/widgets/

It appears that the validator scripts that are going from then acrobat environment does not make it out to the web widget.

ex: If X is clicked then Y is now required

JS: event.target.required = getField("present").valueAsString === "yes";

This validation never happens after I have uploaded it to the widget.  When the radio button is pressed it is supposed to force them.

How can I make sure that the scripts migrate and function in the web form?

Screen shots attached. Thanks in advance for helping!

Preview inside of DC before entering value into Field 1 (First Name)

Preview inside of DC after entering value into Field 1 = all  subsequent fields become required(First Name)

Web form does not put red * in fields, they are not required. Script did not move over.

This topic has been closed for replies.

1 reply

Bernd Alheit
Community Expert
Community Expert
June 8, 2019

May be that Adobe Sign doesn't support this.

New Participant
June 9, 2019

I should have put that in my question as I thought the same thing and double checked before posting. Per AdobeSign support they do support it as long as it is webform and not being emailed. "The EchoSign Widget will convert any code into Javascript so that the widget can then be embedded into a web site " Javascript and EchoSign