django-docusign
django-docusign copied to clipboard
KeyError at /signature/add/ 'name' on demo
I am checking out the demo. I have created a sandbox account on the DocuSign site. I have stored those credentials under Change DocuSign settings . I am trying to Create signature . I choose the document I want to upload, on the name field I type "DanaeVogiatzi" and on the e-mail field I type the same e-mail as I my DocuSign account.
In the database the records are being created. Each row misses the signature_backend_id and is saved as draft.
I am totally new on this digital signing thing ,so I am still trying to figure out how it works.
Am i doing something wrong? Should I make any extra settings on the Docusign site?
Thanks!
I guess you filled only the first signer fields. This demo is very simple and basic. You have to give two signers; the number of signers can not be changed (hardcoded in the demo forms).
You are completely right. I didn't know that! Why must there be at least two signers?
Why not ? :) With more than one signer we can check that the signature is completed only when all the signers signed the document.