『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Join the Acrobat Sign community. Connect, Help, Be helped.
新着順
I need to send a form to over a 100 recipients at once and need for them to complete and sign the form individually. It seems that Mega Sign can do this using a CSV vile. My question is what plan do you need to have to do this. I have Adobe Acrobat Pro DC currently. Also, will they be able to view all the recipients? Or will they only see that it was emailed to them. For privacy I don't want others email addresses to be visible. Thanks
Hi all, Please could someone help with the following question:'When using SMS for authorisation on Adobe sign, where will the mobile phone numbers be stored and for how long?' I'm currently setting up Adobe Sign for my organisation, and I'm trying to make sure I have all compliance requirements covered. I've found everything I need for 21 CFR Part 11, where our data centre will be etc. However I can't find any information specific to how these phone numbers are stored. We will be using the SMS method of signtaure authorisation for external users, so I need to make sure we can document clearly where their information will be stored in Adobe's system and for how long. I'm aware the number will be on the agreement for the life of that document, but does Adobe otherwise purge the number as soon as it's used? Any help would be much appreciated!
Good Afternoon, when you are in the adobe sign dashboard (where you can see signed/in progress, etc) does anybody know of a way to copy past all selections, or export that data to excell. the goal is to get a list of all unsigned pages and send to somebody, but theres no way that I know of to do so. Any input is appreciated , thank you
Hi Team Adobe, We are a CRM Company. We are looking forward to develop an application to use the services of Adobe Sign using the OAuth API services. This application will be used amongst our customers. Our question is what kind of Adobe Sign account do (1) our customer need to have in order to participate in the integration using an OAuth login?(2) we as a product developer need to have in order to develop the application within our product? Thanks! Warm Regards,Claritysoft Apps Team
We're having an issue when signatures land on top of each other. A user says everything is working fine until they selected "Click to send another document." Now signatures come out as shown in the attachment. The user's rebooted, signed out and back in, but still see the issue. What are our next steps in troubleshooting? Many thanks.
If I send One DOcument to multiple emails for signature, will the document come back to me with all signers in a single document?
Hello everyone,My department uses Adobe Sign to submit digital documents for approval everyday. Its straight forward and I really like how it streamlines the process. For even more efficency, my director is asking if there is an option to send documents with a approve/deny option, where she can review and in one click send back to you as approved or denied. Please let me know what ideas you have. Thanks!
Can anyone let me know if what I am trying to do is possible and the best way to do it. I work in education and we have a policy agreement form that needs to be signed by each student in multiple classes, as well as their instructors. This was done with physical copies in the past. My predecessor would email each instructor a PDF of the document and they would sign that digitally then print out a copy for each student in their class to physically sign and return. I'd like to make this process completely digital. The workflow I'm trying to setup is as follows:1. Distribute form via Adobe Sign to all instructors2. Instructors sign the form digitally.3. Instructors than distribute the signed from to all their students.4. Each individual student signature is recorded and tracked in Adobe Sign. If anyone could let me know if/how this is possible, it would be much appreciated. Thanks,Rob
Hi All, I'm one day into Adobe Sign templates and trying to figure out why the values on this picklist value aren't functioning properly. In the image below you can see that the picklist values are populating but with random spaces (ie "Entr ance" instead of "Entrance"). Besides being pretty ugly it also affects other dependent fields which populate prices and other values. They are only populating when the picklist value appears as it should (ie "Europe Insights survey"). Drop down code: {{*BST_es_:signer1:dropdown(options="N/A, Feature bar - bespoke, Feature bar - non bespoke, Cloakroom, Connections Lounge package, Entrance K escalator sponsorship, Entrance K - Internal vinyl window placement, Entrance K - pillar branding, Europe Insights survey, Fixed catering unit A, Fixed catering unit B, Fixed catering unit C, Fixed catering unit D, Global supporting partner - Rise Up, G-meeting room day hire only, Hand sanitizers, Lanyards, Registration, VIP Lunch - Th
I have Acrobat DC which includes individual version of Adobe Sign which is supposed to have a page limit of 100 pages, yet it bounces back saying page limit is 25 pages... Is there a setting to change somewhere ?
I'm an Adobe Sign Admin. I have access to all the account settings, but I'm looking for a PDF that I can share with some non admin team members, that will be deciding what features should be enabled, or disabled. So far, I've had to share my screen with them, in time consuming meetings. I would like them to have a PDF that shows all the options found in the Account Settings (Account Setup, Signature Preferences, Digital Signatures, etc). I do not wish in any way to give them Admin rights. Thank you
Is it possible to get more than te signature using adobe docu sign?
Hi, i am doing a trial with Adobe Sign and I am looking at the possibility of fixing the approval flow needed for signing of a contract...is this possible and what option do I need to select?
I encounter a Script Error Message when the quick create agreement form appears. Can you advise on how this can be resolved please ?
I am hoping to make this process easier, I have employees who need to sign a form and I need an individual signed PDF back per person. The form is an editable PDF, is there a way to do this, I want to cut down the time it takes to send each editable PDF manually
Request URLhttps://api.sg1.adobesign.com:443/api/rest/v6/webhooksResponse Body{ "code": "INVALID_WEBHOOK_URL", "message": "Validation for webhook url failed. Please make sure that the webhook url responds with a valid HTTP response code and a valid client id." } Data:{ "applicationName": "Test application", "name": "Somename - 5c0bc93d-b955-4451-bbc1-3b7e92c1cd6c", "state": "ACTIVE", "scope": "ACCOUNT", "webhookSubscriptionEvents": [ "AGREEMENT_ACTION_COMPLETED" ], "webhookUrlInfo": { "url": "https://www.sqlviewhz.com/KRISADMIN/adobesignCallback" } } URL can be accessed, webhook configuration failed
I have a PDF that was e-signed and I want to print the document. When I print the e-signature does not print on the page. How do I get the signature to show up when printing the document?
Hi!One of our business benefits for implementing Adobe Sign was to reduce paper consumption. We have been trying to get a basic report on number of pages unprinted due since electronic signature usage. However we cannot generate any data around number of pages in each signed document. i was wondering if anyone has utilised the platform to assist with sustainability reporting in this way, thanks
I have successfully installed the Adobe app to my Dynamic 365 environment. I have question, how do we add and design the template in Dynamic CRM side (place the signature component and any other). I know how to update template while login to Adobe administrative portal and send document to signature. But I’m bit confuse with how we handle with this Dynamic 365?
Hi Adobe Community, I'm just wondering whether the free 5 transactions a month for Adobe Reader DC Free Version is still available right now ? Because lately I can't request any signing using my free account. Thank You Raymond
Looking to pick some brains here. I'm attempting to post a PDF to the transientDocuments endpoint and running into some (probably very basic) issues - wanted to see if anyone else here ran into the same thing. In the RestRequest, I've tried the .AddFile() function and also the .AddFileBytes() function, but both ways gives me a error stating: NO_FILE_CONTENT","message":"Must provide file body" Code in question://request.AddFile(displayName, fileName, "multipart/form-data");//request.AddFileBytes(displayName, System.IO.File.ReadAllBytes(fileName), displayName, "multipart/form-data"); I am including the File-Name and Mime-Type parameters on the request.
Hello - We're using Adobe sign appechange app for our Salesforce CRM. Recently I noticed that a new version of the app is introduced however from the release notes it seems its just a minor patch update V23.14, and we already have V23.8 which is one version before the lastest one. My quetsion is, do I really need to update the app at this point or can I wait for more major update? Additionally, will abode stop supporting this app if I don't have an up to date version of the app?
I have several different templates that are used to create agreement forms. When they're returned I use an API call to the Widget ID to extract the form data. Unfortunately when there is an agreement returned for a template that already has an agreement returned Adobe Sign groups them together. Even though they'll have separate agreement IDs when I go to extract the information with my Widget ID it gets the very first agreement, whereas I need the last (most current). I'm asking my support team to set it up so that the forms are separated but is there a way I can 1) get multiple Widget IDs and 2) tell which one is the most recent one?
Hi,I'm using POST /agreements method to send documents for signing.I noticed that signature block is added automatically at the end of the document with both sign and email fields. I'm wondering is it possible to add fields like company or role or athever to the signature block?I haven't find the parameters to provide that informationMany ThanksMariano
When using DocumentCloud with Adobe Sign, our account keeps getting timeout and will be stuck on Loading Adobe Sign if there is no activity after 5 minutes. We timed it multiple times and 5 minutes seem to be when it gets stuck. We can refresh it to get it back, but all the work that has been done up to that point is lost. This happens on all browsers Internet Edge, Firefox and Chrome and tested it on multiple computers in different locations. It only happens with one account. Contacted support and haven't heard from them after they said they were going to look into it. Does anyone have any ideas what can be done? Thanks.
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.