Forums
Hello, How do you populate a field when creating a package from a template? I don't want to define the field location in my code. Instead I need to simply pass along the value that should appear in the correct location. Some of these uses will be for read only fields and some for pre-populating an input that is required/optional. I've successfully setup a template using the online interface and placed a field with the name "CustomField1" inside the template.
Forums
Hi, I was wondering if it's possible to change the "Clear All" message. Right now if you click on the button this message pops up: "You are about to remove all the signature fields and barcodes from this document. Are you sure you want to do this?" We do not use barcodes in our application so this might be confusing for our users. I didn't find any option to change that in the .NET SDK Documentation so I thought I'd ask. Thanks, Fernando
Forums
Greetings There has to be an easy solution for this, but I can't figure it out. I have a textarea or textbox that fills an entire page. Once the user adds text and signs the corresponding signature for that field, the field renders the text proportional to the total space of the textarea. So, for instance, if the user adds one word for the textarea it is rendered in a huge font and fills the entire page. Which looks stupid. what is the solution to this? Thanks Jim
Forums
Hi, I have a question about data retrieval / reporting. Everything I've read thus far within the eSL documentation references the use of the Java/C# SDKs and/or the REST API for data retrieval and reporting. Is it possible to query data directly from the eSL backend database tables as opposed to the aforementioned methods? We're looking to build out an in-house reporting environment off of our eSL installation, so we're in the process of reviewing the best methods for retrieving production data for reporting purposes. Thanks, Jonathon
Forums
I am using the designer functionality in our application. The application uses angualrjs framework and ng-include functionality from the angularjs framework. The ng-include will either launch the HTML with iframe for the document designer or It will launch HTML form for data entry.
Forums
Hi, I'm having issues setting the expiration date to null. These are the functions I'm calling: EslClient eslClient = getEslClient(companyId); PackageId pkgId = new PackageId(packageId); DocumentPackage dp = eslClient.GetPackage(pkgId); dp.ExpiryDate = null; eslClient.UpdatePackage(pkgId, dp); After doing that, it doesn't update and continues with whatever the previous ExpiryDate was. If I call the same function but with a date value instead of null, it updates accordingly. Is there a different process I need to do in order to update the date to null? Thanks, Fernando
Forums
We are using the designer functionality in an iframe inside our application as described in the below reference, Reference : http://docs.esignlive.com/content/c_esignlive_integrator_s_guide/sdk/e_preparing_documents/designer.htm Whenever there is an update to the package, we are creating a Session and Accessing the Designer and loading the same in an iframe inside our application, intermittently we are getting the Unauthorized error when we try to launch the url in iframe.