Join the Acrobat Sign community. Connect, Help, Be helped.
Recently active
Hi,I am using "https://api.na1.echosign.com/api/rest/v5/ ". By default, The Signature field always at bottom of the file. How should i locate the Signature field in the required location of document in Asp.Net C#?Thanks & RegardsPoomani Sankaran
I'd like to use MegaSign, but I have the "Team" plan, which doesn't support that feature. I'd like to upgrade to the Business Plan but do not see how to do that. Thanks!
I am using Adobe sign to handle contract documents. The contract document needs to be signed by my own company and by my client. Should I then also send a request for signature to myself?Frank
Let me start by saying that Adobe customer service is horrible. I waited on hold for 20 min for a rep in India to take all my information to tell me that unfortunately the only support is through the Forums. Adobe sign has always worked perfect for me. Now I have a problem when I create a form with radio or checked boxes and I want to send the document with one of the options selected. In the edit screen it will not let me pick the group default value. It will not work it opens a drop down looks like it is cut off and I cannot select any value/option. It is a technical problem with Adobe. It does it to ALL documents now. It has to be my cpu setting. PLease help as I use these all the times to select read only selections for business signed documents. Thanks
I want the client to initial what they want to accept and type "no" for what they want to decline. If they initial one, it assumes the same initials for the other. Is there a way for them to "initial" one and type "no" for the other?
I'm currently using a trial of Adobe Sign and because we send the same document each time, I don't want to have to repeatedly type the same message. Unfortunately, in the trial, I don't see any option to save the message so I can reuse it. Can anyone tell me if I can save message templates if I have an Individual account? Thanks in advance.
Hi,I am trying to use OAuth access tokens for eSIGN REST API calls. However, it seems I can only to make it work when I use header field "access-token: <token>" in the request. If I provide the access token via "authorization: bearer <token>" as per OAuth definition, then it does not seem to find the token on the request, resulting in:{ "code": "NO_ACCESS_TOKEN_HEADER", "message": "Access token header not provided"}I verified that using "access-token" works with Postman, to exclude any other issue related to handling the token requests.But unfortunately, other than testing with Postman, I have no way to change the http request header from "authorization" to "access-token" on the client side 😞Apologies if I am making some obvious mistake, but I haven't found anything using the forum search...Kind regards,Wolfgang
Looking for a developer/programmer to integrate WordPress with Adobe Sign for an Event site, basically just to get waivers signed for members, but want the process automated. Is this a good place to find a programmer or can somebody point me in the right direction? Thanks!
Under the new interface in Adobe Sign, I am unable to sign a document THEN send it. I used to be able to click a box that said I need to sign the document and I could choose between signing first or last. Then I could "Sign and Send" the document.Now, I must "Add Me" as a recipient and I'm sent the document as an email, like any other recipient. I need to open up the email, enter my signature. This is very cumbersome, as I send lots of documents.Why the change?? Am I missing something???Thank you!
I would like to have multiple signature images stored so that I can choose which one to use (e.g. English and Korean).Right now I have to have signature images in my local machine and upload one if I want to change one from the other.Is there a way to store both signature images in Adobe Fill & Sign so that I don't have to keep uploading them?Thanks.
I've set up a form so the client can view their contract within 1 page. I've done this by using a text box and ticking the multi-line option. When it comes to me signing this document at my stage I can scroll the text area and see all of the wording, but when it gets to my client signing it i.e the 2nd participant the text cut's off at the edge of the text area and they cannot scroll it to see the rest of the contract. Is there a way for me to set up a scrolling text box so I don't have to make multiple pages within my document to display different parts of the contract. Any help would be great! Thank youTim
When signing into Adobe Sign I get and error message. We encountered an error while processing your request. We apologize for the inconvenience. Please reload the page and try again.It has always worked and nothing has changed on my computer
I am creating access token to login and send the agreement to some one using access_code in my JAVA application.After some time the code are not working and give the following errorcom.adobe.sign.utils.ApiException: invalid authorization code at com.adobe.sign.utils.ApiClient.throwApiException(ApiClient.java:679) at com.adobe.sign.utils.ApiClient.invokeAPI(ApiClient.java:645) at com.adobe.sign.api.OAuthApi.getAccessToken(OAuthApi.java:108) at com.adobe.sign.utils.ApiUtils.getHeaderParams(ApiUtils.java:103)Is the access code was invalidate after some time or it will stay alive for life long.
I am trying to make a text field appear if user selects the "Yes" radio option value, but it is not working. This is what I typed:{{(No)Proceed_es_:signer1}}{{(Yes)Proceed_es_:signer1}}{{description_es_:signer1:enableif(Proceed=Yes)}}Any ideas what I am doing wrong?
A month, or so, ago, I was able to download & save PDF files. Not so, yesterday. HELP!
Hi,I successfully integrated Adobe Sign with SF and have been following the instructions here to get started:Adobe Sign for Salesforce Install Guide I successfully installed this into my production environment, and when I went to click on Adobe Sign Admin to link my SF account to my Adobe Sign account, I get the following error. Please help!An internal server error has occurredError ID: 923884155-24247 (-1365908992)org.auraframework.throwable.quickfix.DefinitionNotFoundException: No APPLICATION named markup://echosign_dev1:DocumentCloudAdminBridge foundat org.auraframework.impl.DefinitionServiceImpl.getHelper(DefinitionServiceImpl.java:1504)at org.auraframework.impl.DefinitionServiceImpl.compileDef(DefinitionServiceImpl.java:1623)at org.auraframework.impl.DefinitionServiceImpl.compileDE(DefinitionServiceImpl.java:1001)at org.auraframework.impl.DefinitionServiceImpl.getDefinition(DefinitionServiceImpl.java:238)at aura.impl.util.LightningOutUtils.isLightningOutApplication(LightningOutUti
I recently sent an agreement to several individuals. Everything is as planned for all but one individual.This person cannot open the agreement to sign and only has the click "here" to delegate signature.Can anyone help?
Sign is not displaying or allowing the recipient to complete two "Full Name" fields which appear before the first "signature" block several pages after. I have the template set up to require "Full Name" on pages 1 and 5, and 6 but it skips over those fields and then auto fills them only after the recipient completes the first signature block on page 7. Is this normal? Can you not first request a "Full Name" before a signature?
I have a spreadsheet with multiple businesses in it, how do I get EchoSign to read this data and send each one a contract?
I no longer have the option to upload a signed copy on my Adobe Document Cloud account. Help please!
Hello everyone,I'm creating an agreement via Sign API like this:1. upload a document2. create an agreement3. get the signing URL to redirect user to signIt often works, but sometimes on step 3 I get a 404 with{"code":"AGREEMENT_NOT_SIGNABLE","message":"The agreement is not currently waiting for anyone to sign it"}And even in the case of error the user is still able to sign the agreement with the link he received via email.I'd like to know if my flow is correct(it seems so, since it works mostly). What does the error mean — is it a race condition and I just have to retry? Or are there edge cases I'm missing?Thank you
- If i use Adobe Sign to acquire electronic filing signatures on form 8879, will I be in compliance with IRS circular 230?
Hi All,I am working on an integration from Adobe Sign to Workday to load the offer letters rolled out via Adobe SIgn into Workday. I have been provided developer access and was able to retrieve the agreements information via API signed between my email ID and the other user via APIThe problem that I am facing is that I am unable to retrieve the information of all the agreements held between my company accounts(other users who roll out users) and other users who complete the eSign process.Did anyone faced the same problem if yes can you please let me know the workaround for it . Is there any setup that I need to configure in order to get the other agreements like inclusion in the group etc.Please let me know your thoughts on the same.Appreciate your help in advance!!Thanks,Sumit
I just changed the email address on my adobe account and Everything in creative cloud except adobe sign is working. I need this fixed ASAP
I try sending any document to be signed and I get..."COULD NOT SENDAn error has occurred please try again"Then I get this online too..."We have encountered an issue due to possible Adobe Id change. Please contact your IT administrator or Adobe support."I need this fixed ASAP.
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.