First, my apologies if this is the incorrect forum group for this topic. Happy to move it to a different forum if there is a better one.

I am looking for documentation on all the type of events that would be sent to the DOM from an iframed signing ceremony. Specifically we are wondering about an event that would help us trigger the closing of an iframe upon completion of the signing.  

Reference: https://www.onespan.com/blog/onespan-sign-developer-session-expiry-iframe

 

I have a document where a home seller is answering questions about the condition of their property. I'm trying to accomplish the following:

- If a seller chooses yes when answering if their property has defects, they need to fill out at least one checkbox describing the type of defect. How can I enforce this? Also, I currently has this as a radiogroup. Will this allow someone to choose multiple options? If not, how would I set this up?

- If a seller chooses yes when answering if their property has defects, how can I enforce that they fill out a text input?

Is there a way I can enforce in a microsoft word template that a user chooses one option from a Radio Group? I do not want to set a default value. 

I didn't see a way to do this on this page:

https://community.onespan.com/documentation/onespan-sign/guides/feature-guides/developer/text-tag-extraction

Here is some sample code that incorporates these suggestions:

Hi,

In the OneSpanSign.Sdk for .Net I am missing the field signed on the Class OneSpanSign.API.Approval.

Currently we only have the DateTime? property Accepted which is visible in the SDK Package -> Documents -> Signatues -> Accepted. This is very confusing because it can look like the document is already signed but the user might not have confirmed yet. If the user confirms and completed the signing the signing field is populated

Can the Signed property also be made available ?

 

Hi there. I'm trying to make a textfield required. I see that I can do this when I'm about to send a transaction (see screenshot).

Is there a parameter I can include in the textfield in my document so that this field is already set to required?

When I looked at the texttag parameters I do not see one: https://community.onespan.com/documentation/onespan-sign/guides/feature-guides/developer/text-tag-extraction

I'm using a simple textfield for testing.

{{esl:Signer1:textfield:size(40,15),Maxlen(3)}}

Hello!

We've recently adopted a group recipient into our templates and now need to migrate all our templates across our other sub-production environments, with a view to then do the same into production.

We've been using the template layout tool (java version - this one) to do this, and tried the same this time. The problem being that we are now getting an error upon execution.