Forums
Hi, just a quick question about creating input fields using text tags. I've noticed that after adding any fields to a document with text tags they are all become associated with the first signature for that signer, is there a way to assign specific input fields to specific signature boxes using the text tags functionality? For example, In the attached document I would like the list and text fields to be associated with the Capture signature component instead of the Initials component. Thanks, Mitch
Forums
java.lang.NoSuchMethodError: org.apache.http.entity.StringEntity.(Ljava/lang/String;Ljava/nio/charset/Charset;)V at com.silanis.esl.sdk.internal.RestClient.post(RestClient.java:98) at com.silanis.esl.sdk.service.PackageService.createPackage(PackageService.java:52) at com.silanis.esl.sdk.EslClient.createPackage(EslClient.java:231) at cc.nisc.iwork.clientandserver.SendToEsignLiveStrategy.doSend(TaskProcessSendStrategy.java:132) at cc.nisc.iwork.clientandserver.AbstractTaskProcessSubmitter.runAndSend(AbstractTaskProcessSubmitter.java:293) at cc.nisc.iwork.clientandserver.AbstractTaskP
Forums
Hello, I am running into an issue when using a layout that was created with placeholders that specify both an ID and a description. The layout can be successfully created and viewed, but the layout cannot be applied to a package. This only seems to occur when creating placeholders with both an ID and description specified as using the same layout but only specifying IDs for placeholders will allow the layout to be applied to the package.
Forums
Hi, Our integration with eSignLive includes some document merge functionality - where users create a layout for a "template document". Once the template is merged with client data, the layout is then applied to the merged document. The problem that we are having is that the contents of the document may move slightly once values are substituted in... for example Good morning ${client.first_name} ${client.last_name}, how are you? Could become Good morning Chris Pomeroy, how are you?
Forums
Hi, We are sending a PDF with fields for signature and date. The date is currently injected and is the package creation date. We were wondering if there is a way to have the date be the actual signing date. We don't want the signer to enter in the date manually and were wanting it to be populated in the PDF in the same way as the signature. Thanks.
Forums
Hi, we found out that for some packages when it's in "DRAFT" status and package expiryDate passed, the package status becomes " EXPIRED", but some of them are stay as "DRAFT". I'd like to know what other business rule in e-signlive to check to have package status as "EXPIRED"? one more question , if package is in "COMPLETED" status and package expiryDate passes, the status is still "COMPLETED", is it current behavior? Thanks, Cindy
Forums
Hi, We're working on a workflow that would require our users to upload attachments as part of the signing ceremony (to validate their identity when signing in-person). We can set the attachment to be required as part of the signing ceremony no problem, and this causes the package to not complete automatically as expected. I assume we also receive the TRANSACTION_READY_FOR_COMPLETION callback in this case, but I haven't verified that. I'm wondering what options are available for us to complete the package. Can the package be completed programatically through our application?