Hi all,I am designing a form; it has a signature field that when it is
signed on the first page, should repeat on the second and third pages.I
have a signature field on page1, and textfields, named textfield2, and
textfield3, on pages 2, and 3. The following is the codes I have on
Change event, but it is not working;try{ var getSigField =
event.target.getField("form1[0].Page1[0].signature_BUTTON1[0]"); var
oState =getSigField.signatureValidate(); // Get the current field's
signed state. if (oSta...