Join the Acrobat Sign community. Connect, Help, Be helped.
Recently active
Hello all, I cannot get the "Balance Due" field to equal the "Contract Price" minus "Down Payment" correctly. * The contract price is entered manually. * The down payment script is (10% of Contract Price, not to exceed $1,000.00) --var v1 = Number(this.getField("Contract Price_es_:prefill").value);event.value = Math.min(1000, v1*.1); * Balance due script is -- var v1 = getField("Contract Price_es_:prefill").value;var v2 = getField("Down Payment_es_:prefill").value;event.value = v1 - v2; Thank you for any help!
The "new" adobe sign view does not meet my needs. I used to switch on classic view to get a useable dashboard where I could search for outstanding and completed agreements using a number of fields. This option has now disappeared! I am unable to work on the dashboard. Please let me know if there is a way of getting this optimal view back again.
Hello, I have two fields on the contract that clients need to select as part of their contract document signature. I am looking for a solution to achieve this. Note that the document is generated from D365 via Documents Core Pack and send to clients for signatures via AdobeSign. Have tried data mapping functionality however able to bring back only text input from the AdobeSign document into D365, however I am not able to configure a checkbox field and bring the selection on the check box back to D365. Note the fields used for data mapping are Y and N fields. Please refer to the screen shotAny help is appreciated.
Hi, i was able to send document with Text tags within the PDF file via email for signing but signature box is shown under the first empty location on document and not the text tag. i am using version 6 api for adobe sign.
Any reason why its been removed?
I am using Adobe Sign for Salesforce and I am trying to conditionally show a signature field based on a condition involving a field from the merge mapping. The logic is, if the condition is met, it will show a digital signature field, else, show the standard signature field.Example:{{digsig1_es_:signer1:digitalsignature:showif(SfMergeFieldSample="Show this")}} {{Sig_es_:signer1:signature:showif(SfMergeFieldSample!="Show this instead")}} Does anyone know what is the correct syntax for this? Also, in case I want to use the In/Not in condition, how do I declare a comparison value with space?ex. option?="Value 1, Value 2, Value 3"I also tried this condition but it seem to not work. https://helpx.adobe.com/sign/using/text-tag.html
Hi there! It would be great to enhance the hybrid routing functionality to support defining a signing sequence for a sub-group when the main flow is set to "parallel". This would support scenarios where certain involved parties require a hierarchy of signing to be in place (example, Person 1 approves, Person 2 & 3 sign). Right now this can only be solved by pushing in a sequence for all involved parties / recipients; which can lead to long delays when multiple parties are involved. Is possible with the current functionality, and if not, something that is on the radar of future improvements? Attached a sample mockup with the intent.
Hello, I am using Adobe Sign to collect signatures and fill out forms. I am trying to assign a field as signature to the prefiller, but whenever I select the prefiller, I no longer have the option to select signature in the Field Type. It only gives me the option to assign signature fields to signers and not the prefiller.
I have adobe acrobat dc. I sent a document to be signed and all I received back was the signature page. How do I get the whole signed document?
Hi, Interested in knowing if there is a way for the notification that the signing has been completed and that the document is received to more than one email address? Would like for the email confirmation to be sent to each employee in the office under one login. Any information would be helpful. Was able to do this on the old Adobe sign system, but having issues and cannot figure it out on the new platform.
Hi! How do you use bulk sign when you need two people to sign? The .csv template states _es_signer_E, which is for the first signatory who will complete necessary fields. Then what is the 2nd person called, who just needs to sign and date. The template I am using have the corresponding fields for signer 1 and signer 2. I also have a workflow aligned to this template. Is it possible to apply a workflow to a bulk sign? Thank you in advance!
Hi! We are moving from On Premise with an existing integration with EchoSign to Dynamics 365. When moving a simple solution we hit dependency issues due to old "cs_" components. Is it possible to get an EchoSign managed solution or what is the recommendation? Thank you!
Hello! I've just signed up for the small buisness account and wondering how I can connect my team members and get them logged in on the same account? Thanks!
I recently upgraded our Adobe account to include the cheaper version of Adobe Sign. I have created a form from a Word doc using the Prepare Form Tool. Then I added a few sets of Yes/No Radio buttons for various questions. For each question, if they answer Yes, I'd like the next textbox to become a required field. I have searched and only found some answers using code. I am thinking there must be an easy way (like in Docusign...). Thanks!
HiI need to send the same document to multiple employees to get an individual document for each person with their signature. The Bulk Send option works well except that it is making me countersign the document - is there a way to avoid the countersignature?
I've prepared a fillable pdf for customer to fill in and sign with Adobe Sign in Power Automate. Then after the agreement is signed, I'm using the Get form field data of an agreement to extract the data from the agreement,Output form is in csv format. Anyway to output the file in JSON or excel format? Is is possible to get the form data by the field name? Since I am going to save the form data into sharepoint column one by one.
Hi,does anyone know how can I add a trust service / identity service provider that's not on the Adobe's official list? Our provider is not included there.
Hi, we are trying to implement a full API workflow, including webhooks. As of now, we are succesfully handling the webhook. As a next step, we'd like to add authentication to that. I've added a test certificate to the account and I was trying to handle that in our C# code. I am not currently able to access it with "HttpContext.Connection.ClientCertificate". Could this be an issue with the certificate or with how we are trying to handle things? There doesn't seem to be much support for webhook authentication in the documentation.Thanks
Hi - I'd like to look at the sample workflows for Adobe Sign but when I click on the link (Adobe Sign API > API Information > "REST API samples which showcase common workflows") which goes to https://opensource.adobe.com/dc-acrobat-sdk-docs/adobesignsdk/index.html I get this message 404File not foundThe site configured at this address does not contain the requested file. Anyone know where it can be found? EM
Hello,I have someone asking if changing the recipient for a file that has already been sent out count as a transaction. I know that the original file sent out obviously counts, but if they need to change who a signer is, does that also count as a new transaction? I can find tons of information on HOW to change a recipient but nothing telling me if it counts as a transaction, which is our main concern. Thanks
Hello,I am a new Adobe admin/developer and am trying to gain access to the Workflow functionality. We have purchased Adobe Sign Enterprise and would like to explore how we can create a contract approval system. If someone can point me in the right direction as to how we can get started that would be great. Ian
When i select "fill and sign" in outlokk/word/excel/..., i get only a blanck popup with URL, and i can't do anything except close the popup. No problem with my connection, i have the same issue with or without my VPN. The problem appaears only with the outlook addin, all works correctly directly with adobe.I re-installed the add in, re-installed acorbat DC? still same issue. Any idea ? Thank you
We have a SharePoint list which contains CustomerID and other information in one row/record which gets merged into a Sign template. That template is opened and completed within MS Teams Sign and sent to the customer. We need to capture this AgreementID in that SP list record. This is so we can associate each CustomerID with the AgreementID that was sent to them in that list. I've been unable to associate the CustomerID in the creation of the Agreement. Although the CustomerID is contained in the data merged within the document, we want to avoid accessing any data from the document itself. Thanks for any ideas, Bryan
My adobe sign always have "Certification is invalid" after I get back the signature from my client. How can I fix it.
We try to post as base64 but always getting a 415 error
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.