-
To install Cinema HD to Android on https://techtodown.com/cinema-hd-apk, you will need the app file and enable apps from unknown sources. An
To install Cinema HD to Android on https://downloadminimilitia.com/mini-militia-mod-menu/, you will need the app file and enable apps from unknown sources. Android has built-in rogue app protections to help protect your phone, but it gets in the way when you want to install unofficial apps. You will need to disable this protection to use Cinema HD
1 vote -
Html Tabs can have the same ID to Replicate data
According to https://developers.docusign.com/docs/esign-rest-api/esign101/concepts/responsive/setting-tabs/.
We can create signable documents from an HTML definition.
The expected behavior is to be able to include tablLabels more than one time within the same document, replicating data for supplied tabLabels.
Example:
<div>{{"tabLabel": "StakeholderName"}}</div>
<div>{{"tabLabel": "StakeholderName"}}</div>Let's think of StakeholderName tab will be replaced by "Elon Musk" value, so the expected result should be:
<div>Elon Musk</div>
<div>Elon Mush</div>1 vote -
[iOS SDK] Support for Swift Package Manager
Implement support for Swift Package Manager (SPM) so developers don't have to use (outdated) package managers like CocoaPods or Carthage in order to use the iOS SDK
1 vote -
Spotify Premium free app for Android
This application is developed by some users and is quite famous at the moment. The app promises to offer Spotify Premium for free, but the point is that it doesn't have all the features of the paid version. The only feature this app offers is unlimited jumps.
They also claim to have " ZERO Ads " but they do have ads. The most important feature of the paid version is “ offline play ”, which is not offered or claimed by the developers. The reason why offline play is the most important feature is that it saves a lot of…
1 vote -
Installation Cinema HD on Android
To install Cinema HD to Android on https://techtodown.com/cinema-hd-apk, you will need the app file and enable apps from unknown sources. Android has built-in rogue app protections to help protect your phone, but it gets in the way when you want to install unofficial apps. You will need to disable this protection to use Cinema HD.
As far as I know, Cinema HD is perfectly safe. Many users using this app have reported great success with no adverse side effects. Of course, it's always best to do your research before bypassing any security features on your device.
In order to…
1 vote -
Allow Settings on Document level instead of Account level
The setting within DocuSign works on Admin level and on the entire account (for all users in an account). But IF some settings (for example, Include Attachments in Completion Email) can work on document level, then we can (via program/API) specify which document will include the attachment in the completion mail (from the DocuSign post back event). We have this issue as the attachments often contains sensitive PII/Social/account/tax info and considered as an security issue when delivered as attachment in email. Program should be able to determine this dynamically, when attachment may contain sensitive data, it would be sent over…
1 vote -
How to color mandalas and with what materials
In this little tutorial, we will give you some tips on how to draw mandalas in a simple, beautiful, and fun way. And if you want to know what to draw a mandala with, we have prepared a list of the best materials for mandala coloring.
Although it has always involved children and in schools, they are drawn to encourage creativity, patience and as a way of entertainment, more and more adults are realizing the benefits of coloring and choosing Draw mandala as a hobby and for stress relief.
Are you ready to learn how to color mandalas?
If you…
1 vote -
Date too long, can't find address book maintenance & leaving feedback is impossible.
I have 3 suggestions...1.) Date field is larger than it appears on the page you place it on. ie: if you place it too close to the right it runs off of the page when completed when the box was clearly inside the page. Firefox browser if that makes a difference. 2.) From the home page I can not figure out how to manage the address book. There is no menu or easy way to figure out how to update it, or configure other fields. Why would you put a menu on the home page to easily get to this?…
1 vote -
Support counting pages from the end
When using SignHere tabs with PDFs it's much easier to support execution pages if the page number can be optionally counted from the end. For example :-1 can be the last page, -2 second last etc.
With the current implementation we have to count the PDF pages to find the execution page.
1 vote -
A new type of trigger event could be added to the Connect webhook system
We have a use case where if a signer does not sign a document for 3 days (or let us say N days), then the sender application should get an event notification on their webhook, stating that the signer has not signed the document after N days. This can be very similar to the signing_completed notification that we receive once all signers have signed the document. For more details, refer this question on SO - https://stackoverflow.com/questions/70978461/can-we-get-a-notification-if-the-signer-has-not-signed-the-document-for-3-days
1 vote -
eSignature message
It would be really handy & convenient if the "message" that was sent out to clients was also included on the "completed" version of the DocuSign as a full record of what was sent to the clients, also making it easier for the Sender to store a copy of the "message".
1 vote -
Graphic change
Can we change the person on the webpage. I liked the graphic before. It was neutral and wasn't gender based. This is a webpage used for everyone of all genders and I think we should keep it that way.
3 votes -
Receive webhook events behind the firewall
Connect sends webhook events by making an outbound request to a customer's server. The server must be accessible from the public internet.
The host-a-server-on-the-public-internet requirement is very costly and forbidding to many customers. Their information security rules either prohibit such servers or often require expensive and slow procedures before a publicly accessible server can be installed. Then there are additional costs and complexities to make the incoming notification messages accessible to the business applications which live behind the firewall.
This Idea: DocuSign could send the notifications to AWS Simple Queuing Service or similar PAAS queuing services. Customers can then, from…
1 vote -
Add CORS support
Add CORS support to the eSignature and other APIs. This will enable single page applications (including React, Angular, and related frameworks) to make API calls to DocuSign directly from the application running in the browser.
4 votes -
HMAC signature for embedded signing results
Today, after an embedded signing session is used, DocuSign redirects back to the developer's application and includes status on what happened (envelope signed or sign later, etc).
But the status can't be relied on since there's no way to know, for sure, that the redirect came from DocuSign (it could be a spoof from a bad guy).
THIS IDEA: in the createRecipientView API call, include an optional hmac_secret attribute. Then that attribute would be used to create an HMAC of the response URL and the HMAC would be included in the redirect URL.
So the redirect URL would look something…
2 votes -
Embedded Sending: full API control over features
There are now some API controls for the Embedded Sending app's features. See https://www.docusign.com/blog/developers/introducing-customizable-embedded-sending
This idea: provide FULL control via API including which Field types should or should not be shown in the tagger window, ability to hide the document settings gear icon, hide the Send and Save buttons, etc
EC-3420
1 vote -
Use PowerForms via an API
It would be great if I could make a GET or POST call to open a PowerForm for embedded signing and then receive back the envelope ID that was created.
The GET or POST call could optionally supply values for the template fields (tags).
This would be a much easier way to provide embedded signing for envelopes that can use a template.
FRM-1368
2 votes -
Alternative to JWT grant that doesn't require API calls for authentication
Please provide an alternative to the JWT grant so my app doesn't need to make API calls to get an access token. For example, use the JWT itself as an access token.
GitHub, AWS, and others enable a static access string/key to be used for calls.
4 votes -
Finish button in Preview redirect to return URL.
The Finish button in envelope preview is currently disabled even after filling in signature fields. Would be nice if clicking this redirected to the return URL supplied.
1 vote -
Recipient Colors
It would be nice if the Recipients default colors could be changed by senders during editing screens or the shades could be varied. Some of your visually challenged senders sometimes have issue distinguishing between the green and blue shades or even gray when placing radio, checkbox, or signatures and such.
2 votesThe accessibility team is planning to investigate and work on this issue in 2022.
DocuSign tracking number SIGN-27341
Thank you for the idea.
- Don't see your idea?