PHPWord had the option to create and write FormFields (checkbox, textinput and dropdown). This pull requests add the functionality to read those fields into the PHPWord model
Fixes #2281
Superseeds #2282 by @vincentKool
Checklist:
[x] My CI is :green_circle:
[x] I have covered by unit tests my new code (check build/coverage for coverage report)
[ ] I have updated the documentation to describe the changes
Description
PHPWord had the option to create and write FormFields (checkbox, textinput and dropdown). This pull requests add the functionality to read those fields into the PHPWord model
Fixes #2281
Superseeds #2282 by @vincentKool
Checklist: