Retain PDF Field Format
Thursday, August 16, 2018 at 11:31amWe are running into an issue where we have a SSN field that we need the signer to fill out, and want validation on it. I have set the Format to the SSN setting in my PDF and it works as designed. However once we upload and send out that as a OneSpan document we are losing that functionality.
Is there a way to retain this functionality, or another way to implement it??
Thanks,
Jack
Reply to: Retain PDF Field Format
Thursday, August 16, 2018 at 06:15pmReply to: Retain PDF Field Format
Tuesday, August 21, 2018 at 05:13amReply to: Retain PDF Field Format
Tuesday, August 21, 2018 at 05:50am.WithSignature()
, it would create a new signature approval instead of recognizing the one created by extraction ways. And you can't assign IDs for approvals in extraction methods so it seems there's no directly solution for that. What I can suggest is, you create the package first and leave it "DRAFT", then grap the approval ID and add fields for that approval. Or simply if you can, you can apply the same extraction way for the fields. And another workaround is, to use Position Extraction Feature, guidance here. The idea behind Position Extraction is, you use PDF forms just to tell OneSpan Sign the location and the size of your approval, while you still need to assign type/subtype of the fields by code. But the flexibility it brings is, you can add extra fields in.WithSignature()
function. Hope this could help you! DuoReply to: Retain PDF Field Format
Tuesday, August 21, 2018 at 09:29amReply to: Retain PDF Field Format
Tuesday, August 21, 2018 at 01:04pm.sendPackage()
function actually only sets the package status attribute to "SENT" and did nothing more than that. DuoReply to: Retain PDF Field Format
Wednesday, August 22, 2018 at 03:16amReply to: Retain PDF Field Format
Wednesday, August 22, 2018 at 06:05amReply to: Retain PDF Field Format
Wednesday, August 22, 2018 at 06:20amReply to: Retain PDF Field Format
Wednesday, August 22, 2018 at 06:42amGetPackage()
, all fields should be completed. And I just found out that, if you name your textfield in your pdf form like[Signer1.Capture1.Textfield1]
, your textfield will has a name of "TEXTFIELD10"(all upper case plus 10 times the ending number you use) which can be easier for you to locate your field. If you still confused about this, can you share one of your package ID to me? DuoReply to: Retain PDF Field Format
Wednesday, August 22, 2018 at 12:13pmReply to: Retain PDF Field Format
Wednesday, August 22, 2018 at 12:59pm