Composite Server Templates tabs

156 views Asked by At

I am using the .NET Docusign Client from github and I am trying to det the API to send an envelope with multiple templates.

I have gotten to where I can send the envelope with multiple templates, but the tabs are not working right. I am taking all the tabs and making a global array of the tabs from all the needed templates and adding them to the signer. That works, but lets say I have two, two paged templates. When I open the link from my email to view the document The tabs from page 1 of both templates are on page 1 of the envelope. So there are tabs from template two on top of template one.

I am setting the template ID of the envelope and then setting up the composite template and adding a server template to that one with the second template listed there.

The document displays correctly, it's just all the tabs are overlaid.

When working with an envelope form a template, do I really have to move the tabs from the template over to the envelope? So far that is the only thing I have found to make them show up when it sends the envelope. I have to add the tabs to the template role recipient or it just shows a form with no fields on it.

Is that correct, or should I be doing it another way?

Thanks!

0

There are 0 answers