Join the Acrobat Sign community. Connect, Help, Be helped.
Recently active
When singing documents on the web version we have no issues viewing the attachments while signing. The attachments are uploaded by the first signer, not prior to sending. However, when we use the app to sign documents the signer is not able to view the attachments. Is this a feature that needs to be turned on or is this a limitation on Adobes side that needs to be resolved?
Hi there,In the approvals section in MS Teams it seems that Adobe Sign signs you out after 2 hours.Is there a way for this to be extended or turned off so someone who is an Adobe Sign user just stays signed in.We are using Sign along with MS Flow and when someone goes to approvals they are signing in multiple times a day, would be great to remove the sign in step.
It looks like my account is enabled for Adobe sign. But everytime I add an email address to a document and try to send it, I am getting a pop up that says "You are not authorized to send document for signature". Am I doing something wrong or do I not have access to this functionality?Thank you,Kaushik
A document was circulated for signature to four parties before it was completed, and the first party signed it. Before the second party signed it, I realized what had happened and cancelled the document. My question is this: will the second party (and/or the 3rd and 4th parties) have access to that cancelled document which contained the first party's signature? Obviously, I would like to avoid this occurance, so any help about mitigating the problem would be appreciated. Thank you.
I'm using teh trial version and have added form fields to a pdf document but when I download the pdf the form fields don't show up.
How to get the Witness signature when you don't know who will be the witness and their email address? When obtaining signatures or approvals from recipients, many agreements demand recipients’ signatures digitally witnessed. Mostly the recipients choose the person to witness their signature and the sender is unknown to these witnesses. In the above scenario, a question arises on how to send the document in a way that it can be signed by the recipient first and then sent to the witnesses. There are two ways to get the witness signature in a document without using the actual email address for them. The two methods are listed below: 1. Delegating the document to witness for signature When sending a document for signature, you may repeat the email address of the signer in all the recipient’s fields on the send page. For example, if you have one signer and two wi
Hello, I issue lots of contracts for signature - they go to my colleague first to sign, and then to the external party. I would like to still receive email notifications, but I would like my colleague to not receive any email notifications at all. Ideally, they should just log into Adobe Sign when they have time to sign some contracts, sign the ones waiting under 'waiting for you' and then log out again when they are done. This colleague isn't issuing any contracts, just signing them, so I don't think changing their notification settings will work. Is this possible? Many thanks!
Hello, Is Adobe Sign integration possible with SAP SuccessFactors latest release of Onboarding 2.0? Thanks and RegardsSreekumar
Hi all My organisation utilises Xero and forwards documents for signature through Xero automatically (via adobe integration). When the emails are forwarded to clients to request signature, the client is receiving 2 emails; one from Xero and the other from adobe. Both emails request signature of the same document. How do I stop Adobe forwarding an email in this case? Ps I have reached out to support whom recommended I seek assistance here. Thanks in advance
I have templates that I share for my co-workers (2 of them) The field line up for me and one co-worker but the 2nd co-worker using the same template and fields don't even come close. We all use the same documents and then add the fields by applying a template. Any help would be greatly appreciated!
I creted agreements using Adobe Sign API. I received ID. How can I see this agreement using Adobe Sign GUI? I can't see it from my panel.
Hi All,Does anyone know what the text tag would be to have the date of signing be put automatically with the "dd mmmm yyyy" format for signer 1 - I have tried a few combination of {{Dte_es_:signer1:isdate(format="dd mmmm yyyy")}}, however this doesn't work as it comes through as a text input field with an entered value rather than a date field that is automatically calculated and included in line with the specified format on a mandatory / required basis.Many thanks!
I'm a developer working on an integration with our web application. I've been creating agreements to test the placement of fields on a document and just received an email stating that I have reached a "Page Limit." I'm unable to continue development because the agreements are now coming back as cancelled. How is it possible to develop and test an integration with Adobe Sign if my developer account is limited? I assumed (like most APIs I've worked with) that I would have unlimited access in a sandbox environment until my application went live. Is that not the case?
Hi All, I am trying to create a template that can be used by the team to send for signing. Creating the template is easy enough however my challenge is how to create a template that allows for one of my team to insert some data in predefined fields and then send for signature.There are 3 fields that I need to be able to be edited by one of my team, but locked and non-editable once it is sent for signing.I know I can just enter the data into the template, save and then send for signing however it being able to do it all in one workflow would be preferable.I would appreciate any help.Cheers
none of the people i send email signature requests to are getting emails. they have all checked their spam filters and there is nothing anywhere. is anyone having this problem and if so how do you overcome it?
I no longer have the functionality to add a new electronic signature. The only option I have is to send and email to someone to have them sign the document which is not appropriate. How can this bug be fixed? Thanks
Hey,I have received a document signed by one party (as a PDF attachement in an email) and it was locked for any edits. What I have done, is used "request signature" via Adobe Sign so my director can sign the document also (indicated all relevant fields, etc.). The on screen notification said that after the document is signed all parties will receive a copy of it. Can I clarify what parties get a copy of the signed document?Is that me and my director? Or us (my director and me) and the other party that signed initially the document and sent it to me via email?Thank you!
Hello, I am creating a form where client will fillin and add the supporting documents, filling in works however documents do not gives option to the signer to attach any other document. RegardsA
I am looking to migrate accounts and data from one Adobe account to another. Can't find any definitive methods to do this. Any insight is appreciated.
I changed the email associated with my Adobe account and have since been unable to use or access adobe sign features.
I'm trying to get the access token for my OAuth application. I've followed the documentation and created an application, and navigated to the URL:https://secure.na1.echosign.com/public/oauth?redirect_uri=[REDIRECT URL]&response_type=code&client_id=[CLIENT ID]&scope=agreement_read:accountFrom my understanding it's supposed to bring me to a page where I click 'Allow' and then I get redirected to the redirect URL with parameters in the URL. But instead I get "Unable to authorize access because the client configuration is invalid: invalid_request".I'm not sure what I'm missing or doing wrong here, my redirect URL is the exact same, and my Client ID is the exact same and the scope is correct.I've looked at this forum topic:Help with OAuth2 And it mentions code on the user's side, do I need to have my own code on my redirect URL to do something here?
Hi, Using the following API methods gives either the byte array of an agreement document, or an url to the same document: GET /agreements/{agreementId}/combinedDocumentGET /agreements/{agreementId}/combinedDocument/url The first method gets a document that is password protected with a password the user doesn't know.The second method gets a document that is not password protected.Does anyone agree that this is a bit strange (a bug)? What's the point in method one if you can't open the document?Any 'security' added by the password is rendered pointless by the existence of method 2 anyway.Why make the API consumers jump through extra hoops to download a viewable document (via the url route)? The documentation I followed never said anything about a password.https://www.adobe.io/apis/documentcloud/sign/docs.html#!adobedocs/adobe-sign/master/api_usage/download_agreement.md If this is considered a bug, how do we get it to the attention of someone who can get it f
I am developing software, and I will be integrating basic Adobe Sign functionalities into the software.I need access to an API / SDK that helps me accomplish this integration. I have the "Creative Cloud All App Suite" subscription plan, which I believe does not include access to any API that enables me to accomplish this integration. Can this be accomplished with either of the following 3 APIs (accessible via https://console.adobe.io/servicesandapis)?1. Adobe Sign API2. Creative SDK3. Creative Cloud Libraries How do I gain access to any of the APIs that I need? Must I upgrade/change my subscription plan (or purchase a new, separate product)? Is my only option to purchase one of the 2 options that are listed under the 'Business' tab at https://www.adobe.com/creativecloud/plans.html?promoid=XT3PH4HC&mv=other? I have been transferred around to approximately 15 different people / departments / teams at Adobe today (not an exaggeration). P
I was using a fillable form, that I filled out, and sent to someone as an attachment for them to add information to. Once the recipient received the form she was not allowed to edit or sign the form that was sent to her. This same form was sent to others and the problem I am experiencing did not occur with the others, their form was editable. Would having different versions of Adobe cause this problem?
Hello. I am trying to complete an e-registration for my son's school. Once I fill out the information for one son the same information populates for the next son. When I try to edit the second son the first son's information is replaced. Is there any way for me to complete for both sons?
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.