138 results matched your search criteria
Forum topic
OneSpan Sign
When I open document in designer mode to add fields, My name (account holder name) is listed in signers select box. But I don't want my name in default.
Is there any way to hide my name (Account holder name) from signers list,
I am using MEAN and opening document in iframe.
Forum topic
OneSpan Sign
Is it possible to have it so embedded documents can be signed by users without them needing accounts?
User accesses out system (we have their name and email)
Forum topic
OneSpan Sign
Hi,
i am trying to integrate our web application with e-signature and display the "package view" for sender in iframe.
What i CAN do and what is working is to obtain a session and build a package view for sender:
private String getRedirectToPackageViewForSender(EslClient eslClient, Authenticatio
Forum topic
OneSpan Sign
Hi,
I'm using the Java SDK and trying to open the signing ceremony as the package owner (sender), when the package owner isn't a signer in the package.
Forum topic
OneSpan Sign
As the title asks: I'm working on an in-person signing flow where all signers will be on the same device, and am embedding the signing ceremony in an iFrame. For aesthetics and ease of control, I want to get rid of the welcome/signup/guest login controls, as well as the "For Ass
Forum topic
OneSpan Sign
Hi,
Our application is not seeing the thank you page in the desktop (iframe) ux.
Forum topic
OneSpan Sign
When I signed the document I see 2 popups (I open document in iframe using signing url)
First one for confirm "Please click OK to confirm your signatures to this document or click Cancel to review it again before submission"esinglive_1.PNG
and second one for completion and redirect"esinglive_2.png"
Forum topic
OneSpan Sign
Hi,
I have a scenario in which I have two different document and I want to show second document after completion of first one(both are for same user)
In both documents some of the fields are common.
Now what want , when user opens second document, common fields which user already filled up in first
Forum topic
OneSpan Sign
A client (Progeny Systems) wants to use PCC (Personal Certificate Client) with iFrame, and can't seem to find how to define the signing method.
From the UI, under recipient settings -> Advanced tab, the signing method can be set to PCC.
Forum topic
OneSpan Sign
Hi,
We are using the following API to retrieve the signer signing url
GET /packages/{packageId}/roles/{roleId}/signingUrl
We are controlling the signing process from within our host application by providing the signing url to the signer as an iframe within our application.