Join the Acrobat Sign community. Connect, Help, Be helped.
Recently active
Hey folks,I am stuck trying to discover the proper workflow for what I am trying to achieve:I need to have a nightly job that uses the API to send documents with no human interaction.I have a manual web page setup on a public facing server that does the OATH2, gets the token, sends the requests, and retrieves the agreementId.However, I can not get this to work as a nightly job, as when the script (behind firewalls) calls the public script, instead of getting the agreementID passed back, it is passing back the HTML for the Adobe login screen.What is the proper workflow for using AdobeSign in a nightly, automated fashion?Thanks,David
I just signed up with Adobe Sign. How do I create my signature that I can just click and add on PDF's? I have an insurance agency and have to sign ACORD forms daily.
Hi, I wondering if it was possible to save the signatures that was created by a user and copy it to another machine.For example, boss has bunch of docs he wants signed. He/she already has a signature created in adobe fill and sign.He/she sends you the files to add his signature. You must sign them with your Boss's signature. You dont have his signature Where is the location that the signatures are stored and called? Would you be able to copy said signature to another pc so another user can use it?Or is there a easy way to allow others to sign for you using your signature?Thanks K
While setting up my account, the wrong language was selected...."it was a slip of the mouse", too big a hurry.... now I cannot read the language to be able to manage my account! On-line help "out of USA" does not seem to understand the problem. They appear similar to Russian or Arabic type symbols. HELP!!!?
Hi There,weirdly specific issue this one...We have a form we use for invoicing and there's a box at the bottom where we enter a total value. It's been working fine until last Thursday and then all of a sudden, when you try to enter a figure it will just add .02 and not allow you to change it - e.g. you try to enter a value of 345, as soon as you get as far as pressing the 4 key, you just get 3.02 displayed and no way of changing it other than hitting delete (if that makes any sense). We've got a workaround as you can just paste the values from notepad, but it is annoying and we'd rather get this fixed.Also, the form has been tested under another user's profile and it gives the same error.Anyway, anyone come across this before?Rich
I am trying to implement a sign up form for a club using a widget via Adobe Sign. I need to be able to simply link the form from our website. My issue is this:I need to be able to capture two different signatures - one for the person signing up, and one for their parent/guardian. I am able to create the widget with no problem -- and adding a single signature is also no problem, but I need a second signature field *for a different person*. I DO see that I can add a counter-signer to the widget -- but that requires me to associate that signature with a specific email address -- which is NOT what I want. What it seems I need is a second "signer" for the widget but I cannot see a way to do this. This seems like it must be a reasonably common problem but I can't seem to see how to do it.Thanks in advance for any help.Chris
I honestly don't see any, and it doesn't appear to have been addressed in this forum, as far as I can tell. Thanks!Dyrinda Tyson
Hi,We are evaluating Adobe Sign and other e-signature platforms to be integrated into our BPM+SharePoint for document management.As we are using a BPM, the user who will send documents to be signed by others will be always the same, a system (non-human) user.In this scenario, an individual license plan will be enough?We have seen the license limits here: Límite de transacciones, but there is no specification about how many documents we can send with each plan, can you provide more information about that?Thanks
An Adobe Sign was sent to me for work and fields keep vanishing after I have already filled them out with the correct info. Also when I went to go proof read the document fields some were re populated with information that was supposed to be somewhere else. Is there something wrong that I am doing?? I have tried filling this 21 page document out on Chrome and Edge. any advice would be much appreciated
Good day everyone,So Compliance in our country (South Africa) states that the type of signed documents I want to create using Adobe Sign, may not be stored outside of the country.Therefore I need to find out if there is a way to only send the signed document to the recipients without having said document actually being stored in Adobe's data centers (Germany/Ireland).Appreciate any feedback,Kind regards,Stefan Wiese
When sending contracts we attach other informational forms that need to be completed but not signed. Is there a way to send form without requiring a signature?
hi, I am very new to Adobe Sign Api.. For one of my WinRT application, i need to add an option for adding signatures. right now i have registered with Adobe as a developer and i am working on the available Api and sample code. But i am not successfull in getting a signature on a .pdf file.My Clarifications are..1. Is it possible to create an application with Adobe Sign api using developer license.2. If it is possible, after having client Id, Secret Id & Access Token also why I am getting error at code line,var transientDocumentResponse = await obj.AddDocument("Doc.pdf", fileBytes); (Sample code available in Adobe developer guide)And the error is as below,"An error occurred while sending the request."3. If its not possible to creat an app using developer license, what i have to do further to acchive this..Kindly help meThanks,Ravi M.
(echosign_dev1__SignatureType__c: echosign_dev1__SIGN_Agreement__c: bad field names on insert/update call: echosign_dev1__SignatureType__c, echosign_dev1__Opportunity__c, echosign_dev1__Cc__c, echosign_dev1__Recipient__c)This is the error message I keep getting.. all the app permisions are correct as from what i have found in ebooks and other sources.. Please help!
What are the guidelines for collecting credit card information in adobe sign? This would be helpful for our new clients but wouldn't want to do so if it wasn't secure or suggested.Thank you!
Is there a way to prepare a document with multiple fields on each page that can be individually edited by the signee? If you add a text field on one page and right click you have an option to "Repeat field on every page" Once you do that, as the creator you can edit/change the text in each text field on the next pages. Is there a way to give that same ability to the signee once you send it to them?
I am looking to upload my form into Adobe Sign template library and insert the signature and initial fields, etc. However, when I do this - how do I use this form to fill out the information? It simply saves it like I can just send like it is!
I need to integrate with Adobe Sign by sending documents over and then getting external users to sign the documents. There is no user other then my development account. I also can't have an externally available URL. So... how do I use the API?
Bonjour,Sur l'application mobile ADOBE SIGN, j'arrive à insérer mon paraphe sur la première page mais pas sur les suivantes. Le système bloque et je ne peux rien faire. Quelqu'un peut-il m'indiquer la démarche à suivre ?
Howdy -When using Adobe Sign the email comes from "Tony Pierce (echosign@echosign.com)" I want to change this vanity name to read Tony Pierce - Echosign (echosign@echosign.com). Is there any way to do this?
Hello,I want to get the audit trail document. Below is my example code, the response returns empty content with "NoContent" status code.var client = new RestClient( apiAccessPoint );var request = new RestRequest( string.Format( "/api/rest/v5/agreements/{0}/auditTrail", agreementId ), Method.GET );request.AddHeader( "Access-Token", accessToken );var result = client.Execute( request );What is wrong in my code?In similar way I trying to get the signed document in that case all works well.
How can we create an agreement using a library document using a library document which will be singed by two signers? I know how to do the same using echo sign web application using this tutorial: Send an agreement to multiple signers with Adobe SignI have created a template document in my dashboard for reuse purpose and I have added fields for recipients as well. But when I create agreement using that library document and from that agreement I create signing url. But both URLs only allow one of them to sign. If the second signer opens their link, the document shows as already signed. Can anyone tell me how can I create and have my both signers complete the agreement using Rest API?
Hi, when using Adobe DC Pro (same with reader). I find that the My Documents window is clickable but is completely blank. The same is true when opening a .pdf and selecting the Fill+Sign tool. That is, unless I run the application under a local administrator account. Why is that? What does it need access to to use these features? I am using Adobe Acrobat DC 2018.009.20050.
HI there,My place of business has a shared group of 6 users with Adobe Sign. Four of the users are administrators. Two of said administrators can search for any form under "Manage", even if they did not create or send it, and be able to find and print/save/etc. The other two cannot search or see the same certain forms. Is there a setting that could be turned off to where they cannot see this? Any help would be wonderful.Thank you,
HiI have just noticed that a field set up as data input in the template is changing to Date format when sending for completion by employee. Anyone else had this issue?
Hi Team,I am integrating adobe esigning with my application and want to send agreements from my account and not on behalf of user.In server side code I would like to use integrator key instead of OAuth where it requires redirectURL.I have created developer account [chintan.goyani@zycus.com] and need to enable integrator key so that I can send agreements for signing.Also require some API documentation on same.Awaiting for your reply.Thanks,Chintan GoyaniZycus Infotech Pvt Ltd.
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.