Validator JS does not show up in the web form yet shows up in Preview
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)
.png)
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.
