Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Word2007 Reader : Support for FormFields #2653

Merged
merged 4 commits into from
Aug 12, 2024
Merged

Word2007 Reader : Support for FormFields #2653

merged 4 commits into from
Aug 12, 2024

Conversation

Progi1984
Copy link
Member

@Progi1984 Progi1984 commented Aug 12, 2024

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:

  • My CI is 🟢
  • I have covered by unit tests my new code (check build/coverage for coverage report)
  • I have updated the documentation to describe the changes
  • I have updated the changelog

@coveralls
Copy link

coveralls commented Aug 12, 2024

Coverage Status

Changes unknown
when pulling 69d7862 on pr2282
into ** on master**.

@Progi1984 Progi1984 merged commit 3631936 into master Aug 12, 2024
13 checks passed
@Progi1984 Progi1984 deleted the pr2282 branch August 12, 2024 12:44
@Progi1984
Copy link
Member Author

Thanks @vincentKool for your contribution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Cannot read/get the value of FormFields
3 participants