Skip to main content
Solved

Prefill fields in a web form instance

  • May 29, 2024
  • 1 reply
  • 116 views

Forum|alt.badge.img

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

Best answer by Community Expert

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!

View Original
Is this content helpful?

1 reply

Forum|alt.badge.img

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!