317 results matched your search criteria
Forum topic
OneSpan Sign
I tried the using the following but the code is a bit dated.
https://community.onespan.com/documentation/onespan-sign/codeshare/php-web-form-application-example
How to add Signatures required for the document?
Forum topic
OneSpan Sign
Good day,
We want to remove the exit button from thank you dialog. After contacting support, I've been told that it's not customizable, but there's a workaround by using iframe and notifier. Could anyone share the working example?
Forum topic
OneSpan Sign
I use your example to test your API.
........
SignerBuilder.NewSignerWithEmail(email1)
.WithFirstName("dejan")
.WithLastName("lukic")
.WithTitle("Pack title")
)
.......
Signer receives email as Reviewer instead as a Signer.
How to actually set the receiver as Reviewer or a Signer?
Forum topic
OneSpan Sign
I think this is a dumb question, but do I need Conga to merge SF data into a document or can I use Field Mappings (via Conventions)? For example, I want to place the company name from the account record that the contact is related to on a document. Conga or Conventions?
Forum topic
OneSpan Sign
Hi
Can the eSignLive REST service consume an image as part of their call and they can place the image onto the assigned signature area.
We need to capture a signature from a pinpad and put it on a pdf file.
Please post a link to this example.
Thanks
Mario
Forum topic
OneSpan Sign
Hello,
I would like to find out how I can download document generated by a sender in the sub account when only API key I have is the owner's from the top most level. If anyone has an example in c# code, that would be great.
Forum topic
OneSpan Sign
If the signature ceremony is NOT "inperson", is there a way to specify the order in which the signers receives the doc?
Forum topic
OneSpan Sign
Guys,
I am trying to find more information on this to see if this impacts us since we are using the callbacks. Can someone point me to an example of how this is being used/removed so that I can check if I will need to modify my code?
Thanks!
Forum topic
OneSpan Sign
Does a package automatically complete and close when the last signer signs? Is it possible to keep the package open - so we add another document for example - until we call an explicit operation to close/complete the package (even if everyone has completed signing)?
Forum topic
OneSpan Sign
Hi team,
We have a requirement to include Parentheses in Field Validator, for example, I want signer to input "Neder Over Heembeek (Bru.)" in a textfield.
Currently, we set it this way: "pattern" : "^Neder Over Heembeek (Bru.)\\s?$" and it doesn't work.
Please help me with this!