Forums
Hi Michael, I have used the following code to get the urlToDsigner string userAuthenticationToken = eslClient.AuthenticationTokenService.CreateUserAuthenticationToken(); AuthenticationClient authenticationClient = new AuthenticationClient("https://sandbox.esignlive.com"); string urlToDesigner = authenticationClient.BuildRedirectToDesignerForUserAuthenticationToken(userAuthenticationToken, packageId); When i enter the url: https://sandbox.esignlive.com/auth?authenticationToken=ZGJhYmYzODktNzRiYy00YWI2LWJlMDYtYWVjNjg5ZGE3YWIw&target=https%3a%2f%2fsandbox.esignlive.com%2fdesigner%2fVwT5l
Forums
How can we attach an existing Template of e-SignLive into our web forms without having to create and send a package using .NET SDK. Suppose we already have the template ready in e-SignLive. How can we use that template in our web site so that user can open the template and signs the document. Is there any way to get the url for the existing Template of e-SignLive? -Sumit