Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

29
Votes

Support for inserting and editing fields in Word documents. Below are a few of field types,
1. Barcode field 
2. Date field,
3. if field, etc
4. Formula field

At present, Document editor can preserve all the fields while opening an existing Word document that already contains field. But there is no Microsoft Word-like UI option to insert or edit the fields. 

Alternatively, you can add any simple field to the document by using insertField method 
till this feature is implemented
.
Note: You should learn about the field code of each field type supported by Microsoft Word. As you should provide field code and result text as parameter to this API.