Skip to main content

How to configure Envelope to have First signer sign in Focused View and Second one sign through the Email sent after the First one? 

I can have one signer sign in Focused View and Two Signers sign through the Email. Can’t do First focused and Second email.

Working with c#.

When you define the envelope via your code, if the clientUserId is included in the recipient object, that recipient becomes an embedded signer, which means the signer can only sign the envelope through embedded signing (focused view). However, if you don't define the clientUserId, it automatically becomes a remote signer, which means the email notification for the envelope will be sent to this recipient. So, please check if you define the clientUserId property only for the first signer.

More information about embedded signing is here: https://www.docusign.com/blog/developers/deep-dive-the-embedded-signing-recipient-view


Very helpful. I figured out this one, but it is nice to have confirmation as being a newcomer.  

Thanks,

Ziggy


Reply