Hi everyone,

I am new to this forum and excited to be here. 

I am interested in learning more about OneSpan products and how to use them effectively.
Could someone please guide me on how to ask questions here ?
Where should I post if I have a query ?

Looking forward to your advice and connecting with you all.

Thanks,

Hi Team,

Trying to assign the default value for the text field as suggested in (https://community.onespan.com/documentation/onespan-sign/guides/feature-guides/developer/text-tag-extraction), but not working.

 {{*esl_InstitutionName:" + ID + ":textfield:offset(0,-2):value("Test")}}
 

however, if i use (, Value()) it is working. 

 {{*esl_InstitutionName:" + ID + ":textfield:offset(0,-2),Value("Test")}}
 

Please advise if need to use :value or ,Value for textfield.

Hi, 

I am getting following error when I am trying to download Package Document Data.

Could not get the field summary. Exception: The remote server returned an error: (401) Unauthorized. HTTP GET on URI https://sandbox.esignlive.com/api/packages/7oigVuN4HbSlWkqnZEDpcZDv5iw=/fieldSummary. Optional details: {"messageKey":"error.unauthorised.noSession","message":"Failed to retrieve Session","code":401,"name":"Unauthorized"}

 

This is the code I am using to download data

Hi,

I am getting following error when I am creating a new package with two documents.

"The role must have at least one signature on the document in order to have associated fields."

Package id: ysKrGN_i6ZUvO6gwRGzzqoYXGdM=

 

My scanario is, there are two documents in the package, one document has some text fields and checkboxes but no signature field, while the other document has signature field. Signer has to enter data in input fields in one documents and sign the other one.

This is the code I am using