Persist values
Save and reload the completed form
Fill some fields, then merge their current values into a TX document and reload that result in the viewer.
Ready to tryUse the controls above to interact with this demo.
What this demonstrates
Persist completed form fields
Save the current document with form values merged into its content and reload the resulting TX document in the viewer.
API used
TXDocumentViewer.saveDocument
How it works
The Razor helper prepares the browser viewer and its document. Demo-specific JavaScript uses the public TXDocumentViewer API and remains encapsulated with this demo.
Source files
See the implementation
The view, browser behavior, assets, and controller are encapsulated in Demos/DocumentViewer/FormFields/Saving.