Skip to main content
Solved

Prefill fields in a web form instance

  • 29 May 2024
  • 1 reply
  • 23 views

What is the best way to prefill the fields in a web form instance?

1 reply

Userlevel 1

If you are using the Web Forms API we recommend that you prefill web form instance values by including the formValues object in your request body when you call the Instances: createInstance method. It’s also possible to do this through Docusign JS when you embed the web form instance but prefilling values through the createInstance request is more secure and stores the form values on the Docusign platform for future reference.

 

Thanks for posting your question on the Docusign Community!

Reply