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

Add support of checkbox form field #65

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

zinoroman
Copy link

Hi @VolodymyrBaydalka. Thank you for all the efforts you put into developing the library – it looks and works great.
I would like to submit a pull request that adds support of the checkbox form field. All the check box form fields presented in the docx document given by a user will be converted into the following HTML structure:

<input type="checkbox" name="..." id="..." (checked)>

If you're open to contributions please consider this request.

Example of the conversion:

Screenshot 2023-05-05 at 17 55 56

@m0sth8
Copy link

m0sth8 commented Apr 12, 2024

👍 Also need this fix for our project. Would be great to merge it.

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

Successfully merging this pull request may close these issues.

2 participants