Skip to main content
Legacy User
May 29, 2024
Solved

Embed a web form instance in your app using Docusign JS

  • May 29, 2024
  • 2 replies
  • 315 views

How should I embed a web form instance in my app?

Best answer by Community Expert

The recommended way to embed a web form instance in your app is through the Docusign JS client SDK. Docusign JS lets you customize the way the web form instance is displayed and it also includes form and envelope events that your application can listen for. Docusign JS also creates a seamless experience for the user by using focused view to display the envelope that is generated after a user submits a web form instance.

 

Thanks for posting your question on the Docusign Community!

2 replies

Docusign Employee
May 29, 2024

The recommended way to embed a web form instance in your app is through the Docusign JS client SDK. Docusign JS lets you customize the way the web form instance is displayed and it also includes form and envelope events that your application can listen for. Docusign JS also creates a seamless experience for the user by using focused view to display the envelope that is generated after a user submits a web form instance.

 

Thanks for posting your question on the Docusign Community!

New Voice
November 15, 2024

Unable to replace iframe embed with docusign js for a seamless experience on a next js web app for a better UX. can I get codesandbox or sample code on how to use it ?