363 results matched your search criteria
Forum topic
This is probably going to come across as the dumbest question ever.
What i am stuck on is basically adding a custom field for the agent to fill in before sending the document to the signer.
I can't seem to find the way to do it?? any help please.
Forum topic
Hi,
I have some questions regarding about the customized field using sender UI:
1) from the documentation, it seems we have to enable the feature, could you let me know where to enable it in the account level?
Forum topic
Hello all,
Thank you for the good forum, and your help here!
I'm trying to integrate our systems with you, and I'm sending a JSON object trying to clone a template with 1 pdf document inside, but by some reason all the fields are not listed.
First thing I've noticed is that when you create the packa
Forum topic
The Date/Time Stamp that gets populated on the signed document is a small font, is this something that can be adjusted?
Forum topic
For radio and check box once user select its what is the expected value. Right now I am getting 'X'. Is this correct?
Forum topic
According to this page, field injection is for text field only. Is that still the case for Java SDK 11.0 which I'm using? We have forms that contain texts/radio buttons/drop-downs, etc.
http://docs.esignlive.com/content/c_integrator_s_guide/sdk/c_managing_documents/field_injection.htm
Forum topic
Guys,
I am trying to update a field and I am using this as a guide.
https://developer.esignlive.com/guides/feature-guides/fields/
I am doing a PUT to the api call below and when it runs, it deletes the field all together.
https://sandbox.esignlive.com/api/packages/{packageId}/documents/{document
Forum topic
I'm trying to pull down completed packages and read the fields. None of my documents have the fields array populated.
Forum topic
Guys -
When creating an approval, does the "role" field of that approval have to match the "id" field in the role object for that signer or the "id" field of the signers object in the that role object?
Forum topic
We have forms that we need to retrieve the values from but not all fields are required. WHen I use the FieldSummaryService.GetFieldSummary the blank fields are dropped instead of returning "" so no fields are missed. How do I obtain values for all fields even the blank ones. I'm using c# .NET<