Reputation: 1
I have two agreements, one is the legal statement, the other one is the contract. I gonna put them into one envelope then sent it to recipients. I want the recipients to read the legal statement first before they signed the contract. I need to make sure they did read the statement then signed the contract. Is it possible to accomplish with DocuSign? For now,I'm sending contracts out by DocuSign.
It would be truely appeciated that someone can help me with this question.
Upvotes: 0
Views: 197
Reputation: 49114
DocuSign does support this type of "scroll all the way to the end" behavior for documents. See the view_accept
option of the signerMustAcknowledge
attribute. Docs
Also see the viewTab
and its requiredRead
attribute. docs
Here's a live example you can try.
Upvotes: 0
Reputation: 1380
DocuSign doesn't directly support this on the key eSignature platform. However, we do have a few systems that might help.
We do have an agreement system created for Click agreements called Elastic Templates. Elastic Templates exist as part of a mostly separate system that's meant for click to agree actions for things like User disclosures.
In your case, this would have you add a javascript snip that would load the agreement. More relevant to your issue one of the loading parameters you can set is onagreed(){} where you could initiate a createEnvelope action only after DocuSign returns that the user has already agreed to the initial Elastic Template.
Think of it as going to a website, clicking the "I agree to T&C", then agreeing . Once you've agreed to the terms it should move past the initial step.
Within the eSign system, we have Supplemental Documents that are required to view, but you have far less control over what order the customer sees.
Feel free to open a Support case and either myself or someone on my team can help look into options for you.
Regards - Matt King | Sr. Developer Advisory Engineer | DocuSign
Upvotes: 0
Reputation: 14050
You cannot make sure someone reads something. I'm not aware of such technology. It requires to connect the person to electrodes and scan the position of their eyes to know if the brain did the reading.
What you can do is ensure that they clicked a link that opens the document and that they scrolled down to the end of the document. That doesn't mean they read it, believe me, I did this many times, didn't read a word, but clicked here and there and finished the process.
If that works for you - then all you have to do is use DocuSign regularly and put a signature at the end, the system will require the user to scroll to the end.
Upvotes: 0