Example of Forms in ASP.NET MVC Word (DocIO) Library
This sample demonstrates how to create a simple job application form and fill the form using Essential DocIO.
DEMO
SOURCE
DocIO allows you to create a simple form using legacy form fields in the Word document, which gives built-in form filling experience.
- You can create form using legacy form fields like text, check box, and drop down.
- You can open an existing Word document with form fields and fill them.
- You can also set editing restriction that does not allow the users to edit the Word document, except filling the form fields.
More information about the forms can be found in this
documentation
section.