Optional signatures
Friday, January 22, 2016 at 09:27amHello,
We have a form that has two signature spots but the user only signs one spot.
Would the Silanis API allow some sort of command for optional signatures?
So that Silanis will consider the form complete if EITHER of two spots is signed?
Currently we use this code – is there a flag we send to tell the e-sign process that the signature is optional.
Field newField = new Field()
.setType(FieldType.INPUT)
.setSubtype(FieldSubtype.LABEL)
.setName(participantSignatureDateFieldsAL.get(i)) //Name found in the PDF document
.setBinding("{approval.signed}")
.setExtract(true);
Thank you
Reply to: Optional signatures
Friday, January 22, 2016 at 10:40amReply to: Optional signatures
Friday, January 22, 2016 at 10:47amReply to: Optional signatures
Monday, January 25, 2016 at 03:58amReply to: Optional signatures
Friday, January 29, 2016 at 04:52amReply to: Optional signatures
Thursday, May 18, 2017 at 05:50amReply to: Optional signatures
Thursday, May 18, 2017 at 06:02amReply to: Optional signatures
Thursday, May 18, 2017 at 06:14amReply to: Optional signatures
Thursday, May 18, 2017 at 06:19am